Let's include some linter config files in the repo so that editors/etc can automatically find them and use them. Files to include: * .sasslintrc (https://github.com/sasstools/sass-lint). My current one (we can discuss it and update later if we want): https://pastebin.com/8KkGFuHH * .eslintrc.json (https://eslint.org/). Mine, which is Google's with the mandatory JSDoc comments removed: https://pastebin.com/RYTtvtmF Also, should we use a Typescript linter instead? * .pylintrc (https://www.pylint.org/). Mine, which is just Google's with no modifications: https://pastebin.com/Y15pwtgX
Let's include some linter config files in the repo so that editors/etc can automatically find them and use them.
Files to include: