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.
chore(deps): upgrade deps to latest version (#17)
- Loading branch information
1 parent
41e2cdc
commit 4e15db9
Showing
11 changed files
with
891 additions
and
1,012 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,16 +1,20 @@ | ||
const { node: baseConfig, overwritePresets } = require('@sumup/foundry/eslint'); | ||
|
||
const customConfig = { | ||
overrides: [ | ||
{ | ||
files: ['files/**/*.js'], | ||
rules: { | ||
'notice/notice': 'off', | ||
'import/no-unresolved': 'off', | ||
'no-unused-vars': 'warn' | ||
} | ||
} | ||
] | ||
}; | ||
|
||
module.exports = overwritePresets(baseConfig, customConfig); | ||
module.exports = require('@sumup/foundry/eslint')( | ||
{ | ||
language: 'JavaScript', | ||
environments: ['Node', 'Browser'], | ||
frameworks: ['React', 'Emotion', 'Jest'], | ||
openSource: true, | ||
}, | ||
{ | ||
overrides: [ | ||
{ | ||
files: ['files/**/*.js'], | ||
rules: { | ||
'notice/notice': 'off', | ||
'import/no-unresolved': 'off', | ||
'no-unused-vars': 'warn', | ||
}, | ||
}, | ||
], | ||
}, | ||
); |
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/husky').base; | ||
module.exports = require('@sumup/foundry/husky')(); |
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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
/* global document */ | ||
import React from 'react'; | ||
import ReactDOM from 'react-dom'; | ||
import App from './App'; | ||
|
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
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
Oops, something went wrong.