0.4.2 • Published 7 days ago

@tree-company/eslint-config v0.4.2

Weekly downloads
-
License
MIT
Repository
github
Last release
7 days ago

@tree-company/stylelint-config

How to install

Install using yarn add -D @tree-company/eslint-config eslint prettier.

How to use

You can add our base eslint config in the following way:

// eslint.config.js
import config from "./eslint-config/index.js";

export default config.configs.default;

If you work with react:

// eslint.config.js
import config from "./eslint-config/index.js";

export default config.configs.react;

To run eslint, you'll just need eslint . or eslint . --fix.

Versioning

Except for patch versions, all packages in from @tree-company/linting-config are released at the same time, with the same version.

0.4.1

7 days ago

0.4.0

7 days ago

0.4.2

7 days ago

0.3.2

4 months ago

0.3.0

8 months ago

0.3.1

8 months ago

0.2.1

1 year ago