mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-07-25 19:53:21 +02:00
🔖 Upgrade to Gatsby 1.8.12
This commit is contained in:
11
.eslintrc
11
.eslintrc
@@ -1,10 +1,14 @@
|
||||
{
|
||||
"parser": "babel-eslint",
|
||||
"extends": "airbnb",
|
||||
"plugins": [
|
||||
"react",
|
||||
"jsx-a11y",
|
||||
"import"
|
||||
],
|
||||
"globals": {
|
||||
"graphql": true
|
||||
},
|
||||
"rules": {
|
||||
"global-require": [0],
|
||||
"react/jsx-filename-extension": [0],
|
||||
@@ -13,7 +17,10 @@
|
||||
"react/forbid-prop-types": [0],
|
||||
/* to allow importing 'gatsby-helpers' */
|
||||
"import/no-extraneous-dependencies": [0],
|
||||
"comma-dangle": ["error", {"functions": "ignore"}],
|
||||
"arrow-body-style": ["error", "as-needed", { "requireReturnForObjectLiteral": true }],
|
||||
"import/no-unresolved": [0],
|
||||
"import/extensions": [0]
|
||||
"import/extensions": [0],
|
||||
"no-console": "off"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user