Drop non-standard lint command

Stick to existing approach leveraging grunt for dev tasks.
This commit is contained in:
Andrew A 2023-02-24 19:51:42 +01:00
parent 2932b0a800
commit b0233f6a24

View File

@ -46,7 +46,6 @@
},
"scripts": {
"test": "grunt test",
"prepare": "grunt build",
"lint": "eslint ./src"
"prepare": "grunt build"
}
}