Skip to content

Latest commit

History

History
31 lines (16 loc) 路 992 Bytes

FAQ.md

File metadata and controls

31 lines (16 loc) 路 992 Bytes

Frequently Asked Questions

How to test eslint-config locally without publishing?

See npm-link

Is there any existing eslint-config drafts?

See here

Where I can find actual rules?

See here

How to publish last added rules?

You only need to send pull-request

Publishing is realized only by FeatureSliced core-team 馃嵃

Where I can suggest new boundaries?

Create new issue

Are there plans about migrating to eslint-plugin?

At the moment we wanna to use existing solutions for "MVP" linting of FeatureSliced best practices

Later, if we'll make sure that eslint-config is not enough - then we'll migrate to eslint-plugin with compatibility and migration guides of eslint-config users

Compatibility First