updates
This commit is contained in:
parent
62790ed4af
commit
72d37711f9
6 changed files with 311 additions and 398 deletions
6
react.js
vendored
6
react.js
vendored
|
@ -3,18 +3,18 @@ module.exports = {
|
|||
extends: [
|
||||
"@ringofstorms/eslint-config/base",
|
||||
"plugin:react/recommended",
|
||||
"plugin:react-hooks/recommended",
|
||||
"plugin:import/react",
|
||||
"plugin:css-modules/recommended",
|
||||
"prettier",
|
||||
],
|
||||
env: {
|
||||
browser: true,
|
||||
jasmine: true,
|
||||
jest: true,
|
||||
es6: true,
|
||||
node: false,
|
||||
},
|
||||
globals: {
|
||||
process: true,
|
||||
process: false,
|
||||
},
|
||||
settings: {
|
||||
...require("./src/react/settings/react"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue