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 4268bba commit 8da7adbCopy full SHA for 8da7adb
packages/eslint-config-airbnb/rules/strict.js
@@ -1,6 +1,6 @@
1
module.exports = {
2
'rules': {
3
- // require that all functions are run in strict mode
+ // babel inserts `'use strict';` for us
4
'strict': [2, 'never']
5
}
6
};
0 commit comments