2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 10:05:39 +00:00

Fix linting errors or tables.js

This commit is contained in:
Oliver Walters
2021-08-28 22:12:41 +10:00
parent e85ddf3579
commit 0620e656a0
4 changed files with 28 additions and 70 deletions

View File

@ -7,6 +7,7 @@ env:
extends: 'eslint:recommended'
parserOptions:
ecmaVersion: 12
sourceType: module
rules:
accessor-pairs: error
array-bracket-newline: 'off'