Remove lint script and add .DS_Store to .gitignore
This commit is contained in:
parent
ac4d2a94e5
commit
8546794b47
|
@ -1,2 +1,3 @@
|
|||
.vscode
|
||||
node_modules
|
||||
node_modules/
|
||||
.DS_Store
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
"eslint-plugin-import": "^2.22.1"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "jest",
|
||||
"lint" : "./node_modules/.bin/eslint"
|
||||
"test": "jest"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue