chore: add ESLint setup with config, ignore file, and lint script
This commit is contained in:
13
package.json
13
package.json
@@ -1,2 +1,11 @@
|
||||
.eslintrc.js
|
||||
.eslintignore
|
||||
{
|
||||
"name": "my-project",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"lint": "eslint ."
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^8.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user