mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
26 lines
404 B
YAML
26 lines
404 B
YAML
env:
|
|
commonjs: false
|
|
browser: true
|
|
es2021: true
|
|
jquery: true
|
|
extends:
|
|
- google
|
|
parserOptions:
|
|
ecmaVersion: 12
|
|
rules:
|
|
no-var: off
|
|
guard-for-in: off
|
|
no-trailing-spaces: off
|
|
camelcase: off
|
|
padded-blocks: off
|
|
prefer-const: off
|
|
max-len: off
|
|
require-jsdoc: off
|
|
valid-jsdoc: off
|
|
no-multiple-empty-lines: off
|
|
comma-dangle: off
|
|
prefer-spread: off
|
|
indent:
|
|
- error
|
|
- 4
|