Logo
Explore Help
Sign In
Mark/esolang
1
0
Fork 0
You've already forked esolang
Code Issues Packages Activity
Files
16c08e380bf7705a20db4a5196581bc552ed712c
esolang/.eslintrc.json

10 lines
271 B
JSON
Raw Normal View History

Implement basic execution system and UI This is a rather large commit that includes all of the following: - React UI with code editor, runtime renderer and input-output panes - Language providers for a sample language and Brainfuck - Implementation of code execution in a web worker - All-at-once unabortable execution of program fully functional
2021-12-14 21:58:13 +05:30
{
More cleanup
2025-01-16 14:57:02 -08:00
"extends": ["next/core-web-vitals", "next/typescript"],
"rules": {
"no-mixed-spaces-and-tabs": "off",
"no-restricted-syntax": ["error", "WithStatement"],
"@typescript-eslint/no-shadow": "error",
"@typescript-eslint/no-empty-function": "error"
}
Implement basic execution system and UI This is a rather large commit that includes all of the following: - React UI with code editor, runtime renderer and input-output panes - Language providers for a sample language and Brainfuck - Implementation of code execution in a web worker - All-at-once unabortable execution of program fully functional
2021-12-14 21:58:13 +05:30
}
Reference in New Issue Copy Permalink
Powered by Gitea Page: 21ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API