Remove lint script and add .DS_Store to .gitignore

This commit is contained in:
Michael Frank 2021-05-11 14:34:12 +12:00
parent ac4d2a94e5
commit 8546794b47
2 changed files with 3 additions and 3 deletions

3
.gitignore vendored
View File

@ -1,2 +1,3 @@
.vscode
node_modules
node_modules/
.DS_Store

View File

@ -21,7 +21,6 @@
"eslint-plugin-import": "^2.22.1"
},
"scripts": {
"test": "jest",
"lint" : "./node_modules/.bin/eslint"
"test": "jest"
}
}