Thanks to visit codestin.com Credit goes to github.com
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 c71c940 commit d82af3cCopy full SHA for d82af3c
.eslintrc
@@ -126,9 +126,7 @@
126
// Strict Mode
127
// These rules relate to using strict mode.
128
129
- "global-strict": [2, "always"], // require or disallow the "use strict" pragma in the global scope (off by default in the node environment)
130
- "no-extra-strict": 1, // disallow unnecessary use of "use strict"; when already in strict mode
131
- "strict": 0, // require that all functions are run in strict mode
+ "strict": [2, "global"], // require or disallow the "use strict" pragma in the global scope (off by default in the node environment)
132
133
// Variables
134
// These rules have to do with variable declarations.
0 commit comments