Set up base eslint config in .eslintrc.js
After doing this, new rules began applying for some reason: `eol-last` only began taking the 'always' parameter as of 3.6.0, so I needed to update eslint. `no-unused-var` started warning about process.env after updating the config structure `comma-dangle` decided to start working, maybe because of the upgrade to eslint? Autofixed with --fix
Showing
- .eslintrc.js 1 addition, 3 deletions.eslintrc.js
- package.json 1 addition, 4 deletionspackage.json
- src/.eslintrc.js 4 additions, 1 deletionsrc/.eslintrc.js
- src/components/green-flag.jsx 1 addition, 1 deletionsrc/components/green-flag.jsx
- src/components/library.jsx 1 addition, 1 deletionsrc/components/library.jsx
- src/components/sprite-selector.jsx 1 addition, 1 deletionsrc/components/sprite-selector.jsx
- src/components/stage.jsx 1 addition, 1 deletionsrc/components/stage.jsx
- src/components/stop-all.jsx 1 addition, 1 deletionsrc/components/stop-all.jsx
- src/containers/gui.jsx 1 addition, 1 deletionsrc/containers/gui.jsx
Loading
Please register or sign in to comment