Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6bf6ab2

Browse files
authored
Update .eslintrc
1 parent 2399969 commit 6bf6ab2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.eslintrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
{ // NullDev-Style ESLint Config: https://github.com/NullDevCo/JavaScript-Styleguide
1+
{ // NullDev-Style ESLint Config: https://github.com/NullDev/JavaScript-Styleguide
22
"plugins": [], // Additional ESLint Plugins
33
"env": { // http://eslint.org/docs/user-guide/configuring.html#specifying-environments
44
"browser": true, // browser global variables
55
"node": true, // Node.js global variables and Node.js-specific rules
66
"commonjs": true, // CommonJS global variables and CommonJS scoping
77
"es2022": true, // ESNext support
8-
"es6": true // enable all ECMAScript 6 features except for modules
8+
"es6": true // enable all ECMAScript 6 features
99
},
1010
"parser": "@babel/eslint-parser", // npm install @babel/eslint-parser @babel/core eslint --save-dev
1111
"parserOptions": {

0 commit comments

Comments
 (0)