File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 44
55## Usage
66
7- Add ` "@feature-sliced/eslint-config/rules/import-order" ` to you ` extends ` section in ESLint config.
7+ Add ` "@feature-sliced/eslint-config/rules/import-order" ` to your ` extends ` section in ESLint config.
88
99``` js
1010// 👎 Fail
@@ -33,7 +33,7 @@ import { getSmth } from "./lib"; // 4) sibling
3333** With reversed order ("from abstract to specific") and spaces between layers groups**
3434[ (why experimental?)] ( https://github.com/feature-sliced/eslint-config/issues/85 )
3535
36- Add ` "@feature-sliced/eslint-config/rules/import-order/experimental" ` to you ` extends ` section in ESLint config. (for ` ^0.1.0-beta.3 ` versions)
36+ Add ` "@feature-sliced/eslint-config/rules/import-order/experimental" ` to your ` extends ` section in ESLint config. (for ` ^0.1.0-beta.3 ` versions)
3737
3838``` js
3939import axios from " axios" ; // 1) external libs
Original file line number Diff line number Diff line change 44
55## Usage
66
7- Add ` "@feature-sliced/eslint-config/rules/layers-slices" ` to you ` extends ` section in ESLint config.
7+ Add ` "@feature-sliced/eslint-config/rules/layers-slices" ` to your ` extends ` section in ESLint config.
88
99``` js
1010// 👎 Fail
Original file line number Diff line number Diff line change 44
55## Usage
66
7- Add ` "@feature-sliced/eslint-config/rules/public-api" ` to you ` extends ` section in ESLint config.
7+ Add ` "@feature-sliced/eslint-config/rules/public-api" ` to your ` extends ` section in ESLint config.
88
99``` js
1010// 👎 Fail
You can’t perform that action at this time.
0 commit comments