0.0.6 • Published 1 year ago

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

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year 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

1 year ago

0.0.2

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.6

1 year ago

0.0.1

1 year ago