We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aea870e commit 04afa6eCopy full SHA for 04afa6e
.eslintrc.js
@@ -7,8 +7,10 @@ module.exports = {
7
},
8
9
parserOptions: {
10
- ecmaVersion: 8,
+ ecmaVersion: 11,
11
+ "requireConfigFile": false
12
13
+ parser: "@babel/eslint-parser", // needed for fields in classes
14
15
globals: {
16
chrome: "readonly", // Chromium specific browser global
package.json
@@ -52,6 +52,7 @@
52
53
"homepage": "https://github.com/espruino/EspruinoTools#readme",
54
"devDependencies": {
55
+ "@babel/eslint-parser": "^7.27.1",
56
"@types/node": "^22.14.1",
57
"eslint": "^8.57.1",
58
"typescript": "^5.8.3"
0 commit comments