0.2.5-alpha.0 • Published 5 years ago
@byte9/linter v0.2.5-alpha.0
@byte9/linter
First of all you should have install in your vscode:
To install the package execute the following command:
npm i --save-dev @byte9/linter
Once the package has been installed in the pacakge.json of the project that you would like to lint introduce:
"eslintConfig": {
"extends": ["./node_modules/@byte9/linter/eslintrc.js"]
},
"sasslintConfig": "./node_modules/@byte9/linter/.sass-lint.yml"
To enable the @byte9/linter in vscode please type: CMD + SHIFT + P
type open user settings and introduce the following rules.
{
"eslint.autoFixOnSave": true,
"editor.formatOnSave": true,
"[javascript]": {
"editor.formatOnSave": false,
},
}
0.2.5-alpha.0
5 years ago
0.2.0-alpha.0
6 years ago
0.1.1-alpha.0
6 years ago
0.1.0-alpha.0
6 years ago
0.0.18
6 years ago
0.0.17
6 years ago
0.0.16
6 years ago
0.0.15
6 years ago
0.0.14
6 years ago
0.0.13
6 years ago
0.0.12
6 years ago
0.0.11
6 years ago
0.0.10
6 years ago
0.0.9
6 years ago
0.0.8
6 years ago
0.0.7
6 years ago
0.0.6
6 years ago
0.0.5
6 years ago
0.0.4
6 years ago
0.0.3
6 years ago
0.0.2
6 years ago
0.0.1
6 years ago