Configurations for linters used at WNY
Find a file
2024-02-27 22:25:12 -05:00
eslintrc Disable the vue/no-v-text-v-html-on-component error in eslint 2023-03-17 15:55:55 -04:00
LICENSE Initial commit 2016-05-05 18:44:56 -04:00
README.md Update the babel plugin and disable the new multi-word-component-names recommendation (good idea, but it's going to conflict in too many old projects) 2022-03-17 17:40:26 -04:00
sass-lint.yml Don't require spaces around operators (having this means you need to space out division) 2024-02-27 22:25:12 -05:00

Linter Configs

Configurations for linters used at WNY

SCSS

  • Linter: sass-lint
  • Config: sass-lint.yml
  • Install: ~/.sass-lint.yml

Javascript