Skip to content

Commit 05e2388

Browse files
committed
chore(web-ts-results): remove eslintConfig property
1 parent 2ee4b74 commit 05e2388

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

webdriver-ts-results/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@
1717
"lint": "eslint src/",
1818
"build-prod": "cross-env NODE_ENV=\"production\" webpack --mode production && rimraf --glob table.html && rimraf --glob \"BoxPlotTable*.js\" && cpx dist/table.html . && cpx \"dist/BoxPlotTable*.js\" . && cpx \"dist/plotly*.js\" ."
1919
},
20-
"eslintConfig": {
21-
"extends": "react-app"
22-
},
2320
"browserslist": {
2421
"production": [
2522
"last 1 chrome version",

0 commit comments

Comments
 (0)