0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00
ghost/.jshintrc

10 lines
No EOL
158 B
Text

{
"node": true,
"browser": true,
"indent": 4,
"trailing": true,
"eqeqeq": true,
"undef": true,
"nomen": false,
"white": true
}