Migrate to ESLint 9 and ESLint flat config
Showing
.eslintignore
deleted
100644 → 0
.eslintrc
deleted
100644 → 0
.github/.eslintrc
deleted
100644 → 0
dev-server/.eslintrc
deleted
100644 → 0
eslint.config.js
0 → 100644
... | ... | @@ -38,8 +38,6 @@ |
"@types/shallowequal": "^1.1.1", | ||
"@types/showdown": "^2.0.0", | ||
"@types/sinon": "^17.0.3", | ||
"@typescript-eslint/eslint-plugin": "^7.0.1", | ||
"@typescript-eslint/parser": "^7.0.1", | ||
"approx-string-match": "^2.0.0", | ||
"autoprefixer": "^10.0.1", | ||
"axe-core": "^4.0.0", | ||
... | ... | @@ -58,16 +56,17 @@ |
"enzyme-adapter-preact-pure": "^4.0.1", | ||
"escape-html": "^1.0.3", | ||
"escape-string-regexp": "^4.0.0", | ||
"eslint": "^8.3.0", | ||
"eslint-config-hypothesis": "^2.6.0", | ||
"eslint-plugin-jsx-a11y": "^6.2.3", | ||
"eslint-plugin-mocha": "^10.0.1", | ||
"eslint-plugin-react": "^7.12.4", | ||
"eslint-plugin-react-hooks": "^4.0.4", | ||
"eslint": "^9.12.0", | ||
"eslint-config-hypothesis": "^3.0.0", | ||
"eslint-plugin-jsx-a11y": "^6.10.0", | ||
"eslint-plugin-mocha": "^10.5.0", | ||
"eslint-plugin-react": "^7.37.1", | ||
"eslint-plugin-react-hooks": "^5.0.0", | ||
"express": "^5.0.1", | ||
"fancy-log": "^2.0.0", | ||
"fetch-mock": "11", | ||
"focus-visible": "^5.0.0", | ||
"globals": "^15.11.0", | ||
"gulp": "^5.0.0", | ||
"gulp-changed": "^5.0.1", | ||
"hammerjs": "^2.0.4", | ||
... | ... | @@ -101,6 +100,7 @@ |
"tailwindcss": "^3.0.2", | ||
"tiny-emitter": "^2.0.2", | ||
"typescript": "^5.0.2", | ||
"typescript-eslint": "^8.9.0", | ||
"wrap-text": "^1.0.7" | ||
}, | ||
"browserslist": "chrome 92, firefox 90, safari 14.1", | ||
... | ... |
scripts/.eslintrc
deleted
100644 → 0
This diff is collapsed.
Please register or sign in to comment