mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Deleted .jshintrc
file
refs bcf5a1bc34
- we no longer use jshint so this file is not needed
This commit is contained in:
parent
f61cd0b18e
commit
7b7767d483
1 changed files with 0 additions and 24 deletions
|
@ -1,24 +0,0 @@
|
|||
{
|
||||
"node": true,
|
||||
"browser": true,
|
||||
"strict": false,
|
||||
"sub": true,
|
||||
"eqeqeq": true,
|
||||
"laxbreak": true,
|
||||
"bitwise": true,
|
||||
"curly": true,
|
||||
"forin": true,
|
||||
"immed": true,
|
||||
"latedef": true,
|
||||
"newcap": true,
|
||||
"noarg": true,
|
||||
"noempty": true,
|
||||
"nonew": true,
|
||||
"plusplus": true,
|
||||
"regexp": true,
|
||||
"undef": true,
|
||||
"unused": true,
|
||||
"indent": 4,
|
||||
"quotmark": "single",
|
||||
"predef": [ "-Promise" ]
|
||||
}
|
Loading…
Add table
Reference in a new issue