1.4.0 • Published 8 months ago

@fxone/eslint-config v1.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

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
];