1.11.0 • Published 3 years ago

eslint-plugin-webgl-logic v1.11.0

Weekly downloads
12
License
MIT
Repository
github
Last release
3 years ago

eslint-plugin-webgl-logic

Installation

Install ESLint either locally or globally.

$ npm install eslint

If you installed ESLint globally, you have to install the eslint-plugin-webgl-logic plugin globally too. Otherwise, install it locally.

$ npm install eslint-plugin-webgl-logic

Configuration

Add plugins section and specify eslint-plugin-webgl-logic as a plugin.

{
  "plugins": [
    "webgl-logic"
  ]
}

Add rules

{
  "rules": {
    "webgl-logic/noAsyncAwait": 2,
    "webgl-logic/noMathRandom": 2
  }
}

License

eslint-plugin-webgl-logic is licensed under the MIT License.