Skip to content

Commit

Permalink
refactor(main): major format changes. Remove travis. Remove codeclimate
Browse files Browse the repository at this point in the history
  • Loading branch information
Masquerade-Circus committed Oct 1, 2020
1 parent f578cea commit 9635f52
Show file tree
Hide file tree
Showing 31 changed files with 1,411 additions and 1,291 deletions.
31 changes: 0 additions & 31 deletions .codeclimate.yml

This file was deleted.

6 changes: 3 additions & 3 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
2,
{ "anonymous": "always", "named": "never" }
],
"space-in-parens": 2,
"space-in-parens": 0,
"space-infix-ops": 2,
"space-unary-ops": 2,
"vars-on-top": 2,
"wrap-iife": 2,
"wrap-iife": 0,
"semi": [2, "always"],
"indent": [
2,
Expand All @@ -46,7 +46,7 @@
"valid-jsdoc": 2,
"no-var": "error",
"no-undef": 0,
"no-unused-vars":"warn",
"no-unused-vars": "warn",
"no-multi-spaces": "error",
"no-multiple-empty-lines": "error",
"one-var": "off",
Expand Down
2 changes: 1 addition & 1 deletion .size-snapshot.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"gzipped": 2075
},
"valyrian.min.js": {
"bundled": 12953,
"bundled": 13481,
"minified": 5030,
"gzipped": 2068
}
Expand Down
12 changes: 0 additions & 12 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion dist/valyrian.min.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 9635f52

Please sign in to comment.