Restauration du $ avant les variables pour des raisons de compatibilité

This commit is contained in:
Arnaud CARIOU 2017-03-16 15:12:06 +01:00
parent 7e97249bae
commit 2aa7f8cb9d
18 changed files with 416 additions and 396 deletions

20
.stylintrc Normal file
View 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
}
}