Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Commit

Permalink
chore: setup create-react-app boilerplate
Browse files Browse the repository at this point in the history
  • Loading branch information
faustbrian committed Jun 5, 2020
1 parent bb727cb commit bccd2ec
Show file tree
Hide file tree
Showing 1,075 changed files with 10,925 additions and 105,034 deletions.
38 changes: 2 additions & 36 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,37 +1,3 @@
{
"comments": false,
"env": {
"main": {
"presets": [
["@babel/preset-env", {
"targets": { "node": 7 }
}]
]
},
"renderer": {
"presets": [
["@babel/preset-env", {
"modules": false
}]
]
},
"test": {
"presets": [
["@babel/preset-env", {
"targets": { "node": 7 }
}]
],
"plugins": [
"require-context-hook"
]
},
"web": {
"presets": [
["@babel/preset-env", {
"modules": false
}]
]
}
},
"plugins": ["@babel/plugin-transform-runtime"]
}
"plugins": ["macros"]
}
10 changes: 0 additions & 10 deletions .codacy.yml

This file was deleted.

7 changes: 3 additions & 4 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
root = true

[*]
charset = utf-8
indent_size = 4
end_of_line = lf
indent_style = tab
insert_final_newline = true
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
trim_trailing_whitespace = true
132 changes: 0 additions & 132 deletions .electron-vue/build.js

This file was deleted.

40 changes: 0 additions & 40 deletions .electron-vue/dev-client.js

This file was deleted.

Loading

0 comments on commit bccd2ec

Please sign in to comment.