Kinesim/.eslintrc.yml
Amit Kumar Nandi c51788eb87 Forgejo Up
2024-10-03 06:46:07 +05:30

21 lines
382 B
YAML

extends: airbnb
plugins:
- react
- jsx-a11y
- import
rules:
semi: ["error", "never"]
no-plusplus: 0
no-restricted-syntax: ["off", "ForInStatement"]
max-len: 0
newline-per-chained-call: 0
no-undef: 1
"no-param-reassign": [2, {"props": false}]
no-debugger: 0
globals:
document: true
THREE: true
window: true
debug: true
THREERobot: true
define: true