@atlassian/eslint-plugin-wrm-async
v2.1.0
Published
ESLint rules to check whether the global scope is used implicitly
Downloads
25
Maintainers
Keywords
Readme
ESLint Plugin WRM Async
Available rules
- no-implicit-global-function
- no-implicit-global-var
Running ESLint in CLI
$ tsc # compile TypeScript into JavaScript
$ cp package.json dist/package.json # copy package.json so that npm will recognize the compiled files as a package
$ cd dist
$ npm install -g # or install locally if you don't use global ESLint
Now you can add @atlassian/eslint-plugin-wrm-async
to plugins section in your .eslintrc file.