@squeep/eslint-config
v1.0.4
Published
Eslint config for squeep projects.
Readme
@squeep/eslint-config
Common ESLint config for Squeep projects.
Usage
eslint.config.js:
const squeepConfig = require('@squeep/eslint-config');
module.exports = [
...squeepConfig,
// other rules
]