File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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": {
You can’t perform that action at this time.
0 commit comments