UNPKG

interactive-shader-format

Version:

Rendering engine for Interactive Shader Format effects and generators

15 lines 286 B
module.exports = { "extends": "airbnb-base", "plugins": [ "import" ], "rules": { "no-param-reassign": 0, "no-plusplus": 0, "no-continue": 0, "no-console": 0, "no-mixed-operators": 0, "no-restricted-syntax": 0, "no-underscore-dangle": 0, }, };