refactor: Upgrade to eslint 9.19.0 (#9580)
This commit is contained in:
@@ -88,10 +88,10 @@
|
||||
"clean-jsdoc-theme": "4.3.0",
|
||||
"cross-env": "7.0.3",
|
||||
"deep-diff": "1.0.2",
|
||||
"eslint": "8.57.0",
|
||||
"eslint-plugin-flowtype": "8.0.3",
|
||||
"eslint": "9.19.0",
|
||||
"flow-bin": "0.119.1",
|
||||
"form-data": "4.0.1",
|
||||
"globals": "15.14.0",
|
||||
"graphql-tag": "2.12.6",
|
||||
"husky": "9.1.7",
|
||||
"jasmine": "3.5.0",
|
||||
@@ -118,8 +118,8 @@
|
||||
"ci:definitionsCheck": "node ./ci/definitionsCheck.js",
|
||||
"definitions": "node ./resources/buildConfigDefinitions.js && prettier --write 'src/Options/*.js'",
|
||||
"docs": "jsdoc -c ./jsdoc-conf.json",
|
||||
"lint": "eslint --cache ./",
|
||||
"lint-fix": "eslint --fix --cache ./",
|
||||
"lint": "eslint --cache ./ --flag unstable_config_lookup_from_file",
|
||||
"lint-fix": "eslint --fix --cache ./ --flag unstable_config_lookup_from_file",
|
||||
"build": "babel src/ -d lib/ --copy-files --extensions '.ts,.js'",
|
||||
"build:types": "tsc",
|
||||
"watch": "babel --watch src/ -d lib/ --copy-files",
|
||||
|
||||
Reference in New Issue
Block a user