1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-11-13 16:45:12 +01:00
This commit is contained in:
Matthias Kretschmann 2021-03-13 17:00:45 +01:00
parent 8f25763fa8
commit fbd0f39d71
Signed by: m
GPG Key ID: 606EEEF3C479A91F
4 changed files with 506 additions and 792 deletions

View File

@ -1,3 +0,0 @@
{
"presets": ["babel-preset-gatsby"]
}

View File

@ -1,5 +1,4 @@
{
"parser": "@babel/eslint-parser",
"extends": [
"eslint:recommended",
"plugin:react/recommended",
@ -9,15 +8,12 @@
"plugins": ["react", "graphql", "prettier", "react-hooks", "testing-library"],
"parserOptions": {
"sourceType": "module",
"ecmaFeatures": {
"jsx": true,
"modules": true
}
"ecmaFeatures": { "jsx": true }
},
"env": {
"browser": true,
"node": true,
"es6": true,
"es2020": true,
"jest": true
},
"rules": {

1284
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -53,8 +53,6 @@
"vcf": "^2.1.0"
},
"devDependencies": {
"@babel/core": "^7.13.10",
"@babel/eslint-parser": "^7.13.10",
"@babel/node": "^7.13.10",
"@babel/preset-env": "^7.13.10",
"@loadable/component": "^5.14.1",
@ -62,7 +60,6 @@
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.5",
"@welldone-software/why-did-you-render": "^6.1.1",
"babel-preset-gatsby": "^1.0.0",
"chalk": "^4.1.0",
"eslint": "^7.22.0",
"eslint-config-prettier": "^8.1.0",