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 }],
  ...

Readme

Keywords

none

Package Sidebar

Install

npm i eslint-plugin-helix-structure

Weekly Downloads

39

Version

2.2.2

License

MIT

Unpacked Size

36 kB

Total Files

29

Last publish

Collaborators

  • jeppeskovsen