@squeep/eslint-config
v1.0.2
Published
Eslint config for squeep projects.
Downloads
9
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
]