Skip to content

Commit

Permalink
Merge pull request #43 from plumelo/feature/NEOV-364_upgrade_to_polym…
Browse files Browse the repository at this point in the history
…er_3

Upgrade to polymer 3
  • Loading branch information
Wurper authored Jun 19, 2019
2 parents e23a256 + ce3c4a6 commit 1eb4202
Show file tree
Hide file tree
Showing 18 changed files with 3,880 additions and 12,376 deletions.
2 changes: 1 addition & 1 deletion .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ checks:
plugins:
eslint:
enabled: true
channel: "eslint-4"
channel: "eslint-5"
config:
sanitize_batch: false
extensions:
Expand Down
124 changes: 1 addition & 123 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,125 +1,3 @@
{
"env": {
"browser": true,
"es6": true
},
"extends": "eslint:recommended",
"globals": {
"Cosmoz": false,
"CustomElements": false,
"HTMLImports": false,
"Polymer": false,
"WeakMap": false
},
"plugins": [
"html"
],
"rules": {
"accessor-pairs": "warn",
"array-bracket-spacing": [
"error",
"never"
],
"arrow-parens": [
"error",
"as-needed"
],
"arrow-spacing": [
"error",
{ "before": true, "after": true }
],
"brace-style": "error",
"camelcase": "error",
"comma-spacing": [
"error",
{
"after": true
}
],
"comma-style": [
"error",
"last"
],
"curly": [
"error",
"all"
],
"eqeqeq": [
"error",
"smart"
],
"guard-for-in": "error",
"indent": [
"error",
"tab"
],
"key-spacing": [
"error",
{
"afterColon": true,
"beforeColon": false
}
],
"keyword-spacing": [
"error",
{
"before": true
}
],
"no-console": "off",
"no-else-return": "error",
"no-empty": "error",
"no-empty-function": "error",
"no-eval": "error",
"no-extra-bind": "error",
"no-extra-parens": "error",
"no-invalid-this": "error",
"no-labels": "error",
"no-lone-blocks": "error",
"no-lonely-if": "error",
"no-loop-func": "error",
"no-new": "error",
"no-param-reassign": "error",
"no-self-compare": "error",
"no-trailing-spaces": "error",
"no-unused-expressions": "error",
"no-unused-vars": "warn",
"no-use-before-define": "error",
"no-useless-call": "error",
"no-useless-concat": "error",
"one-var": [
"error",
{
"var": "always",
"let": "always"
}
],
"one-var-declaration-per-line": [
"error",
"always"
],
"quotes": [
"error",
"single"
],
"radix": "error",
"semi": [
"error",
"always"
],
"space-before-blocks": [
"error",
"always"
],
"space-before-function-paren": [
"error",
{
"anonymous": "always",
"named": "never"
}
],
"space-in-parens": "error",
"space-infix-ops": "error",
"valid-jsdoc": "warn"
}
"extends": "@neovici"
}
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
bower_components/
bower_components-1.x/
bower-1.x.json
node_modules/
coverage/
yarn-error.log
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
language: node_js
node_js: "lts/*"
dist: xenial

addons:
firefox: latest
Expand Down
Loading

0 comments on commit 1eb4202

Please sign in to comment.