@tablecheck/eslint-config
v11.0.1
Published
eslint config file for TableCheck's Frontend Projects
Keywords
Readme
This package is our standard rules for eslint in the form of a eslint preset package.
Recommended usage is;
.eslintrc.js
module.exports = {
extends: ['@tablecheck/eslint-config'],
};eslint --cache --ext .js,.jsx,.ts,.tsx --format=pretty ./