mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 11:55:03 +03: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,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…
Reference in New Issue
Block a user