Linting finished on AngularWorkflow

This commit is contained in:
Halvor Smørvik
2021-10-23 22:46:57 +02:00
parent af612e4c00
commit aae9d0acdc
2 changed files with 53 additions and 234 deletions
+9 -2
View File
@@ -73,10 +73,17 @@
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
"eject": "react-scripts eject",
"lint": "eslint 'src/**/*.{tsx,ts,js,jsx}'",
"lint_file": "eslint 'src/views/AngularWorkflow.jsx'"
},
"eslintConfig": {
"extends": "react-app"
"extends": "react-app",
"rules":{
"jsx-a11y/img-redundant-alt" : "off",
"no-redeclare" : "off",
"no-loop-func": "off"
}
},
"browserslist": [
">0.2%",