mirror of
https://github.com/seigler/dash-website
synced 2025-07-26 23:06:09 +00:00
Adding jshint and package.json updates
... resulting from commit-hook work
This commit is contained in:
parent
fe6c891763
commit
b7c766c0c6
3 changed files with 13 additions and 1 deletions
10
.jshintrc
Normal file
10
.jshintrc
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"node": true,
|
||||
|
||||
"curly": true,
|
||||
"latedef": true,
|
||||
"quotmark": true,
|
||||
"undef": true,
|
||||
"unused": true,
|
||||
"trailing": true
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue