1.0.4 • Published 23 days ago

@foxriver76/eslint-config v1.0.4

Weekly downloads
-
License
-
Repository
-
Last release
23 days ago

Eslint config for projects

Installation

Install the package via

npm i @foxriver76/eslint-config --save-dev

Getting started

Just extend this project in your lint config in your .eslintrc.json.

{
  "extends": ["@foxriver76/eslint-config"]
}

And create a prettier.config.js with the following content:

module.exports = require('@foxriver76/eslint-config/prettier');
1.0.4

23 days ago

1.0.3

2 months ago

1.0.2

5 months ago

1.0.1

8 months ago

1.0.0

8 months ago