Skip to content

Commit

Permalink
update linters
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrudd2 committed Nov 3, 2023
1 parent ca2b23d commit 61b9e0c
Show file tree
Hide file tree
Showing 3 changed files with 294 additions and 581 deletions.
1 change: 0 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ module.exports = {
extends: [
'airbnb',
'plugin:prettier/recommended',
'prettier/react',
'plugin:import/errors',
'plugin:import/warnings',
'plugin:css-modules/recommended'
Expand Down
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
"chaikin-smooth": "^1.0.4",
"cncserver": "^2.9.0",
"concurrently": "^5.0.0",
"eslint-plugin-react-hooks": "^4.6.0",
"fs-jetpack": "^2.2.3",
"gif.js.optimized": "^1.0.1",
"hull.js": "^1.0.0",
Expand All @@ -96,13 +97,13 @@
},
"devDependencies": {
"@babel/core": "^7.7.2",
"@babel/eslint-parser": "^7.11.0",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/plugin-transform-runtime": "^7.5.5",
"@babel/preset-env": "^7.7.7",
"@babel/preset-react": "^7.7.4",
"@babel/runtime": "^7.7.2",
"@testing-library/react": "^10.4.6",
"@babel/eslint-parser": "^7.11.0",
"babel-jest": "^26.1.0",
"babel-loader": "^8.0.0",
"body-parser": "^1.19.0",
Expand All @@ -114,15 +115,15 @@
"electron": "^11.0.0",
"electron-devtools-installer": "^2.2.4",
"electron-react-devtools": "^0.5.3",
"eslint": "^7.4.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-prettier": "^6.9.0",
"eslint": "^7.0.0",
"eslint-config-airbnb": "^19.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-loader": "4.0.2",
"eslint-plugin-class-property": "^1.1.0",
"eslint-plugin-css-modules": "^2.11.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.14.3",
"html-loader": "^4.0.0",
"html-webpack-plugin": "^5.0.0",
Expand All @@ -137,8 +138,8 @@
"rimraf": "^5.0.0",
"spectron": "^13.0.0",
"style-loader": "^3.0.0",
"stylelint": "^13.6.1",
"stylelint-order": "^4.1.0",
"stylelint": "^15.0.0",
"stylelint-order": "^6.0.0",
"webpack": "^5.0.0",
"webpack-build-notifier": "^2.1.0",
"webpack-cli": "^5.0.0",
Expand Down
Loading

0 comments on commit 61b9e0c

Please sign in to comment.