Skip to content

Commit

Permalink
Merge branch 'master' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
jfromaniello authored Apr 20, 2022
2 parents 627b358 + b04cb9d commit 380cdeb
Show file tree
Hide file tree
Showing 21 changed files with 9,278 additions and 900 deletions.
17 changes: 17 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@

{
"root": true,
"parser": "@typescript-eslint/parser",
"plugins": [
"@typescript-eslint"
],
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/eslint-recommended",
"plugin:@typescript-eslint/recommended"
],
"rules": {
"@typescript-eslint/no-namespace": "off"
},
"ignorePatterns": ["*.js"]
}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.DS_Store
node_modules/*
dist/*
4 changes: 4 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"tabWidth": 2,
"useTabs": false
}
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: "node_js"
before_install: npm i -g npm@2
node_js:
- "0.8"
- "0.10"
- 8
- 10
- 12
187 changes: 73 additions & 114 deletions CHANGELOG.md

Large diffs are not rendered by default.

Loading

0 comments on commit 380cdeb

Please sign in to comment.