eslint-plugin-webgl-logic

1.11.0 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i eslint-plugin-webgl-logic

Weekly Downloads

4

Version

1.11.0

License

MIT

Unpacked Size

96.4 kB

Total Files

23

Last publish

Collaborators

  • peteward44
  • flaviok
  • derek.choi