2.1.0 • Published 1 year ago

@atlassian/eslint-plugin-wrm-async v2.1.0

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
bitbucket
Last release
1 year ago

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.

2.1.0

1 year ago