0.0.18 • Published 6 months ago

eslint-plugin-fsd-layers v0.0.18

Weekly downloads
-
License
ISC
Repository
github
Last release
6 months ago

Eslint plugin for FSD imports

Intsall

npm i -D eslint-plugin-fsd-layers

Usage

// eslint.config.mjs
import fsdLayers from 'eslint-plugin-fsd-layers';

{
  plugins: {
    'fsd-layers': fsdLayers,
  }

  rules: {
    'fsd-layers/no-import-from-top': 'error',
  }
}
0.0.18

6 months ago

0.0.17

6 months ago

0.0.16

6 months ago

0.0.15

6 months ago

0.0.14

6 months ago