Restauration du $ avant les variables pour des raisons de compatibilité
This commit is contained in:
parent
7e97249bae
commit
2aa7f8cb9d
18 changed files with 416 additions and 396 deletions
20
.stylintrc
Normal file
20
.stylintrc
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"brackets": false,
|
||||
"colons": 'always',
|
||||
"commentSpace": false,
|
||||
"depthLimit": 4,
|
||||
"exclude": ["node_modules/**/*"],
|
||||
"globalDupe": true,
|
||||
"groupOutputByFile": true,
|
||||
"namingConvention": "lowercase-dash",
|
||||
"noImportant": false,
|
||||
"placeholders": "always",
|
||||
"prefixVarsWithDollar": "always",
|
||||
"quotePref": false,
|
||||
"reporterOptions": {
|
||||
"columns": ["lineData", "severity", "description", "rule"],
|
||||
"columnSplitter": " ",
|
||||
"showHeaders": false,
|
||||
"truncate": true
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue