hippie/.jshintrc
Stephan Hagedorn a4a1fbc14d gulp and file structure overhaul
new gulp setup
including new npm packages
new file structure
moved all development files to source/
used files are in build/ now
2017-09-26 22:02:10 +02:00

7 lines
No EOL
62 B
Text

{
"undef": true,
"unused": true,
"globals": {
}
}