mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
Document disabling of rule
This commit is contained in:
parent
e4f1b5707e
commit
7d96e1e0ca
@ -5,10 +5,10 @@ module.exports = {
|
||||
"rules": {
|
||||
"func-names": "off",
|
||||
"global-require": "off", // Interfers with optional and eventual circular references
|
||||
"react/require-extension": "off", // Forced by airbnb, not applicable (also deprecated)
|
||||
"strict": ["error", "safe"], // airbnb implies we're transpiling with babel, we're not
|
||||
|
||||
// doesn't work in node v4 :(
|
||||
"react/require-extension": "off",
|
||||
"import/no-extraneous-dependencies": "off"
|
||||
},
|
||||
"parserOptions": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user