This repository has been archived by the owner on Mar 31, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
334e765
commit 0964ba0
Showing
8 changed files
with
527 additions
and
548 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,15 @@ | ||
node_modules/ | ||
build/ | ||
dist/ | ||
.next/ | ||
.out/ | ||
static/ | ||
public/ | ||
coverage/ | ||
__coverage__/ | ||
__reports__/ | ||
/*.config.js | ||
/*rc.js | ||
plopfile.js | ||
|
||
template/src/.eslintrc.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
node_modules/ | ||
package.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
module.exports = require('@sumup/foundry/semantic-release').modules; | ||
module.exports = require('@sumup/foundry/semantic-release')({ publish: true }); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,14 +4,16 @@ | |
"description": "Creates a ready for development React app using create-react-app.", | ||
"repository": "github:sumup/create-sumup-react-app", | ||
"scripts": { | ||
"lint": "foundry run eslint \"./**/*.js\"", | ||
"release": "semantic-release", | ||
"check:licenses": "license-checker --production --summary --failOn=GPLv3" | ||
"lint": "foundry run eslint . --ext .js,.jsx,.ts,.tsx", | ||
"lint:fix": "yarn lint --fix", | ||
"lint:ci": "yarn lint --format junit -o __reports__/eslint-results.xml", | ||
"check:licenses": "license-checker --production --summary --failOn=GPLv3", | ||
"release": "semantic-release" | ||
}, | ||
"author": "Felix Jung <[email protected]>", | ||
"license": "Apache-2.0", | ||
"dependencies": { | ||
"@sumup/foundry": "^2.2.0" | ||
"@sumup/foundry": "^4.0.0-canary" | ||
}, | ||
"devDependencies": { | ||
"license-checker": "^25.0.1" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.