This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
frappe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
chore: eslint - use es2020 for parsing
version-14
Ankush Menat
3 years ago
parent
2d3c75a4a7
commit
af0b98334f
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.eslintrc
+ 1
- 1
.eslintrc
View File
@@ -5,7 +5,7 @@
"es6": true
"es6": true
},
},
"parserOptions": {
"parserOptions": {
"ecmaVersion":
9
,
"ecmaVersion":
11
,
"sourceType": "module"
"sourceType": "module"
},
},
"extends": "eslint:recommended",
"extends": "eslint:recommended",
Write
Preview
Loading…
Cancel
Save