mirror of
https://github.com/airbnb/javascript.git
synced 2026-01-13 18:28:05 -05:00
Clarify strict ESLint rule
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
module.exports = {
|
||||
'rules': {
|
||||
// require that all functions are run in strict mode
|
||||
// babel inserts `'use strict';` for us
|
||||
'strict': [2, 'never']
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user