mirror of
https://github.com/WilliamsNY/linter-configs.git
synced 2024-11-09 19:46:39 -05:00
16 lines
435 B
Markdown
16 lines
435 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](https://github.com/babel/babel-eslint), [eslint-plugin-vue@next](https://github.com/vuejs/eslint-plugin-vue)
|
|
* Config: `eslintrc`
|
|
* Install: `~/.eslintrc`
|