mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +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
1
.jshintignore
Normal file
1
.jshintignore
Normal file
|
@ -0,0 +1 @@
|
||||||
|
node_modules
|
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
|
||||||
|
}
|
|
@ -38,7 +38,8 @@
|
||||||
"serve": "browser-sync start --server _site -f '_site/dist/css'",
|
"serve": "browser-sync start --server _site -f '_site/dist/css'",
|
||||||
"start": "npm run build -s && npm run watch",
|
"start": "npm run build -s && npm run watch",
|
||||||
"postinstall": "gem install bundler && bundle install",
|
"postinstall": "gem install bundler && bundle install",
|
||||||
"validate": "npm ls"
|
"validate": "npm ls",
|
||||||
|
"lint": "jshint ."
|
||||||
},
|
},
|
||||||
"author": "0xfff <0xfff@protonmail.com>",
|
"author": "0xfff <0xfff@protonmail.com>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue