Disable ESLint camelcase rule for properties in stores

This commit is contained in:
An Phan 2017-02-09 15:02:22 +08:00
parent bf31148f69
commit 57477189d9
No known key found for this signature in database
GPG key ID: 05536BB4BCDC02A2
2 changed files with 4 additions and 0 deletions

View file

@ -1,3 +1,5 @@
/*eslint camelcase: ["error", {properties: "never"}]*/
import Vue from 'vue'
import { reduce, each, union, difference, take, filter, orderBy } from 'lodash'

View file

@ -1,3 +1,5 @@
/*eslint camelcase: ["error", {properties: "never"}]*/
import Vue from 'vue'
import { reduce, each, union, difference, take, filter, orderBy } from 'lodash'