dash-website/.jshintrc
Chuck C Williams b7c766c0c6 Adding jshint and package.json updates
... resulting from commit-hook work
2017-06-08 17:32:26 -04:00

10 lines
131 B
Text

{
"node": true,
"curly": true,
"latedef": true,
"quotmark": true,
"undef": true,
"unused": true,
"trailing": true
}