2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-05-18 08:15:21 +00:00
InvenTree/.eslintrc.yml
2021-08-30 21:21:26 +10:00

15 lines
163 B
YAML

env:
commonjs: false
browser: true
es2021: true
jquery: true
extends:
- google
parserOptions:
ecmaVersion: 12
rules: {
indent:
- error
- 4
}