mirror of
https://github.com/airbnb/javascript.git
synced 2026-04-25 03:00:19 -04: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