chore: update eslint from version 7 to version 8 (#29355)

* chore: (for eslint-plugin-dev only is breaking) update eslint-plugin dev minimum to eslint 7. Remove support for coffeescript and reconfigured required peer deps

* correctly configure eslint-plugin-json-format for the monorepo and run linting on all json files (previously was not running)

* properly support no duplicate imports
This commit is contained in:
Bill Glesias
2024-04-26 14:42:33 -04:00
committed by GitHub
parent e2dcf53c90
commit f14a11aecf
72 changed files with 1169 additions and 839 deletions

View File

@@ -6,13 +6,13 @@
"scripts": {
"clean-deps": "rimraf node_modules",
"https": "node https.js",
"lint": "eslint --ext .js,.jsx,.ts,.tsx,.json, .",
"regenerate:certs": "cd ./test/helpers/certs && ./regenerate-certs.sh",
"start": "node index.js",
"test": "yarn test-unit",
"test-debug": "yarn test-unit --inspect-brk=5566",
"test-unit": "cross-env NODE_ENV=test mocha --reporter mocha-multi-reporters --reporter-options configFile=../../mocha-reporter-config.json",
"test-watch": "cross-env NODE_ENV=test mocha --watch",
"lint": "eslint --ext .js,.jsx,.ts,.tsx,.json, ."
"test-watch": "cross-env NODE_ENV=test mocha --watch"
},
"dependencies": {
"bluebird": "3.5.3",