Skip to content

Commit db5d807

Browse files
test: remove eslint references
1 parent 995f91e commit db5d807

File tree

5 files changed

+2
-160
lines changed

5 files changed

+2
-160
lines changed

.eslintignore

Lines changed: 0 additions & 6 deletions
This file was deleted.

.eslintrc.js

Lines changed: 0 additions & 44 deletions
This file was deleted.

package-lock.json

Lines changed: 0 additions & 106 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"build": "fedx-scripts webpack",
1414
"i18n_extract": "fedx-scripts formatjs extract --include=plugins",
1515
"stylelint": "stylelint \"plugins/**/*.scss\" \"src/**/*.scss\" \"scss/**/*.scss\" --config .stylelintrc.json",
16-
"lint": "npm run stylelint && fedx-scripts eslint --ext .js --ext .jsx --ext .ts --ext .tsx .",
17-
"lint:fix": "npm run stylelint -- --fix && fedx-scripts eslint --fix --ext .js --ext .jsx --ext .ts --ext .tsx .",
16+
"lint": "oxlint --type-aware && npm run stylelint",
17+
"lint:fix": "oxlint --type-aware --fix && npm run stylelint -- --fix",
1818
"start": "fedx-scripts webpack-dev-server --progress",
1919
"start:with-theme": "paragon install-theme && npm start && npm install",
2020
"dev": "PUBLIC_PATH=/authoring/ MFE_CONFIG_API_URL='http://localhost:8000/api/mfe_config/v1' fedx-scripts webpack-dev-server --progress --host apps.local.openedx.io",
@@ -112,7 +112,6 @@
112112
"@types/react": "^18",
113113
"@types/react-dom": "^18",
114114
"axios-mock-adapter": "2.1.0",
115-
"eslint-import-resolver-webpack": "^0.13.8",
116115
"fetch-mock-jest": "^1.5.1",
117116
"jest-canvas-mock": "^2.5.2",
118117
"jest-expect-message": "^1.1.3",

tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
},
1111
"include": [
1212
"*.js",
13-
".eslintrc.js",
1413
"src/**/*",
1514
"plugins/**/*"
1615
],

0 commit comments

Comments
 (0)