0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00
ghost/.jshintrc

10 lines
No EOL
157 B
Text

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