Skip to content

Commit

Permalink
eslint na pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
DinaX02 committed Nov 24, 2023
1 parent 143f642 commit d247ff7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
"eject": "react-scripts eject",
"lint": "eslint ."
},
"eslintConfig": {
"extends": [
Expand All @@ -35,5 +36,8 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"eslint": "^8.54.0"
}
}

0 comments on commit d247ff7

Please sign in to comment.