Skip to content

Commit

Permalink
revert eslint changes
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Jun 26, 2024
1 parent 0db1304 commit c24e45c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 35 deletions.
21 changes: 21 additions & 0 deletions javascript/.eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"env": {
"browser": true,
"commonjs": true,
"es6": true
},
"extends": [
"google"
],
"globals": {
"Atomics": "readonly",
"SharedArrayBuffer": "readonly"
},
"parserOptions": {
"ecmaVersion": 2018
},
"rules": {
"max-len": ["error", {"code": 120}],
"indent": ["error", 4]
}
}
35 changes: 0 additions & 35 deletions javascript/eslint.config.mjs

This file was deleted.

0 comments on commit c24e45c

Please sign in to comment.