@squeep/eslint-config
v2.1.0
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
]