mirror of
https://github.com/WilliamsNY/linter-configs.git
synced 2024-11-09 19:46:39 -05:00
19 lines
522 B
Markdown
19 lines
522 B
Markdown
# Linter Configs
|
|
|
|
Configurations for linters used at WNY
|
|
|
|
## SCSS
|
|
|
|
* Linter: [sass-lint](https://github.com/sasstools/sass-lint)
|
|
* Config: `sass-lint.yml`
|
|
* Install: `~/.sass-lint.yml`
|
|
|
|
## Javascript
|
|
|
|
* Linter: [eslint](https://github.com/eslint/eslint)
|
|
* Modules:
|
|
* [@babel/eslint-parser](https://github.com/babel/babel-eslint)
|
|
* [eslint-plugin-vue@next](https://github.com/vuejs/eslint-plugin-vue)
|
|
* [eslint-plugin-json](https://github.com/azeemba/eslint-plugin-json)
|
|
* Config: `eslintrc`
|
|
* Install: `~/.eslintrc`
|