1.4.0 • Published 8 months ago
@fxone/eslint-config v1.4.0
eslint config
This is a configuration for eslint
Usage
Installation with yarn:
$ yarn add @fxone/eslint-config -D
Then create a eslint.config.js
file with the following content:
import config from '@fxone/eslint-config';
export default [
...config
];