0.0.6 • Published 2 years ago

@xavescor/eslint-plugin-wrap-variables v0.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Installation guide

Paste the following code into your eslint config:

module.exports = {
  // for eslint-typescript
  parserOptions: {
    project: true,
    tsconfigRootDir: __dirname,
  },
  plugins: [
    '@xavescor/eslint-plugin-wrap-variables',
  ],
  rules: {
    '@xavescor/wrap-variables/useWrap': 'error',
  }
}
0.0.3

2 years ago

0.0.2

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.6

2 years ago

0.0.1

2 years ago