Skip to content

Commit

Permalink
chore(library): clean up dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bhough committed Jan 22, 2022
1 parent 78dc682 commit dc0a310
Show file tree
Hide file tree
Showing 5 changed files with 3,027 additions and 3,759 deletions.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "airbnb-base",
"parser": "babel-eslint",
"parser": "@babel/eslint-parser",
"parserOptions": {
"ecmaVersion": 7,
"sourceType": "module",
Expand All @@ -15,6 +15,7 @@
"rules": {
"arrow-parens": 0,
"class-methods-use-this": 0,
"default-param-last": 0,
"import/no-extraneous-dependencies": 0,
"linebreak-style": 0,
"no-confusing-arrow": 0,
Expand Down
2 changes: 1 addition & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"semi": false,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5"
"trailingComma": "all"
}
Loading

0 comments on commit dc0a310

Please sign in to comment.