eslint-plugin-helix-structure

2.2.2 • Public • Published

eslint-plugin-helix-structure

Install via npm:

npm install eslint-plugin-helix-structure --save-dev

.eslintrc:

"extends": [
  "plugin:helix-structure/recommended",
],
"plugins": [
  "helix-structure"
],
"rules": {
  "helix-structure/restricted-imports": ["error", { "basePath": "./src" }],
  "helix-structure/restricted-tilde-imports": ["error", { "basePath": "./src", "ignoreFix": false }],
  ...

/eslint-plugin-helix-structure/

    Package Sidebar

    Install

    npm i eslint-plugin-helix-structure

    Weekly Downloads

    22

    Version

    2.2.2

    License

    MIT

    Unpacked Size

    36 kB

    Total Files

    29

    Last publish

    Collaborators

    • jeppeskovsen