Skip to content

Commit

Permalink
Update development dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dgraham committed Jul 24, 2020
1 parent dba2ed9 commit ca2814a
Show file tree
Hide file tree
Showing 8 changed files with 1,430 additions and 984 deletions.
5 changes: 0 additions & 5 deletions .babelrc

This file was deleted.

8 changes: 4 additions & 4 deletions .eslintrc
Expand Up @@ -4,10 +4,10 @@
"es6": true
},
"extends": "eslint:recommended",
"parser": "babel-eslint",
"plugins": [
"prettier"
],
"parserOptions": {
"sourceType": "module"
},
"plugins": ["prettier"],
"rules": {
"prettier/prettier": 2,
"camelcase": 2,
Expand Down
1 change: 1 addition & 0 deletions .prettierrc
@@ -1,4 +1,5 @@
{
"arrowParens": "avoid",
"bracketSpacing": false,
"semi": true,
"singleQuote": true,
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,4 +1,4 @@
Copyright (c) 2015-2018 David Graham
Copyright (c) 2015-2020 David Graham

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down

0 comments on commit ca2814a

Please sign in to comment.