Skip to content

Commit

Permalink
chore(lint): update rules to eslint-config-ssense
Browse files Browse the repository at this point in the history
  • Loading branch information
toddlawton committed Jan 12, 2017
1 parent 9ae4c47 commit 3d4bc8a
Show file tree
Hide file tree
Showing 8 changed files with 135 additions and 155 deletions.
14 changes: 1 addition & 13 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@
{
"extends": ["vue", "airbnb-base"],
"env": {
"browser": true,
"jest": true
},
"rules": {
"semi": [2, "always"],
"comma-dangle": [2, "only-multiline"],
"vue/jsx-uses-vars": 0,
"space-before-function-paren": 0,
"operator-linebreak": 0,
"object-curly-spacing": 0
}
"extends": "ssense/client",
}
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,11 @@
"copy-webpack-plugin": "^4.0.1",
"coveralls": "^2.11.15",
"css-loader": "^0.26.1",
"eslint": "^3.12.2",
"eslint-config-airbnb-base": "^11.0.0",
"eslint": "^3.13.1",
"eslint-config-airbnb-base": "^11.0.1",
"eslint-config-ssense": "^0.1.0",
"eslint-config-vue": "^2.0.1",
"eslint-plugin-fp": "^2.3.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-vue": "^1.0.0",
"html-webpack-plugin": "^2.24.1",
Expand Down
Loading

0 comments on commit 3d4bc8a

Please sign in to comment.