Skip to content
Snippets Groups Projects
Commit dd0211bc8300 authored by Frank Bessou's avatar Frank Bessou :spider_web:
Browse files

chore(lint): add a "lint" script to package.json

parent c12c38944773
No related branches found
No related tags found
1 merge request!1Many little improvements
/build
......@@ -22,6 +22,7 @@
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.1",
"eslint": "^8.22.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.30.1",
......@@ -41,7 +42,8 @@
},
"scripts": {
"start": "webpack serve --config webpack/webpack.config.js --mode development",
"build": "webpack --config webpack/webpack.config.js --mode production"
"build": "webpack --config webpack/webpack.config.js --mode production",
"lint": "eslint ."
},
"eslintConfig": {
"extends": [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment