mirror of
https://github.com/koel/koel
synced 2024-11-28 15:00:42 +00:00
Disable ESLint camelcase rule for properties in stores
This commit is contained in:
parent
bf31148f69
commit
57477189d9
2 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
/*eslint camelcase: ["error", {properties: "never"}]*/
|
||||
|
||||
import Vue from 'vue'
|
||||
import { reduce, each, union, difference, take, filter, orderBy } from 'lodash'
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
/*eslint camelcase: ["error", {properties: "never"}]*/
|
||||
|
||||
import Vue from 'vue'
|
||||
import { reduce, each, union, difference, take, filter, orderBy } from 'lodash'
|
||||
|
||||
|
|
Loading…
Reference in a new issue