Skip to content

Commit

Permalink
feat: upgrades Node, Webpack, eslint and more
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishutchinson committed May 1, 2021
1 parent fe98b1f commit e9f4f54
Show file tree
Hide file tree
Showing 60 changed files with 68,702 additions and 71,062 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"presets": ['es2015', 'react']
"presets": ["@babel/preset-env", "@babel/preset-react"]
}
19 changes: 19 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"env": {
"browser": true,
"commonjs": true,
"es2021": true,
"node": true
},
"extends": ["eslint:recommended", "plugin:react/recommended"],
"parserOptions": {
"ecmaFeatures": {
"jsx": true
},
"ecmaVersion": 12
},
"plugins": ["react", "prettier"],
"rules": {
"prettier/prettier": "error"
}
}
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v8
v14
Empty file added .prettierrc
Empty file.
341 changes: 1 addition & 340 deletions cardkit.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e9f4f54

Please sign in to comment.