copy prettier and jshint
Šī revīzija ir iekļauta:
vecāks
2f03a2ce57
revīzija
18c0220b33
17
.jshintrc
Parasts fails
17
.jshintrc
Parasts fails
@ -0,0 +1,17 @@
|
||||
{ "node": true
|
||||
, "browser": true
|
||||
, "jquery": true
|
||||
, "globals": { "Promise": true }
|
||||
|
||||
, "indent": 2
|
||||
, "onevar": true
|
||||
, "laxcomma": true
|
||||
, "laxbreak": true
|
||||
, "curly": true
|
||||
, "nonbsp": true
|
||||
|
||||
, "eqeqeq": true
|
||||
, "immed": true
|
||||
, "undef": true
|
||||
, "latedef": "nofunc"
|
||||
}
|
8
.prettierrc
Parasts fails
8
.prettierrc
Parasts fails
@ -0,0 +1,8 @@
|
||||
{
|
||||
"bracketSpacing": true,
|
||||
"printWidth": 80,
|
||||
"singleQuote": true,
|
||||
"tabWidth": 4,
|
||||
"trailingComma": "none",
|
||||
"useTabs": true
|
||||
}
|
Notiek ielāde…
x
Atsaukties uz šo jaunā problēmā
Block a user