mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-04-03 05:43:30 +03:00
Drop non-standard lint command
Stick to existing approach leveraging grunt for dev tasks.
This commit is contained in:
parent
2932b0a800
commit
b0233f6a24
1 changed files with 1 additions and 2 deletions
|
@ -46,7 +46,6 @@
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "grunt test",
|
"test": "grunt test",
|
||||||
"prepare": "grunt build",
|
"prepare": "grunt build"
|
||||||
"lint": "eslint ./src"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue