-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Task/update dependencies 2021 11 24 (#32)
* Update dependencies & peerdependencies * Switches from eslint-config-bitcrowd-base to eslint-config-airbnb-base
- Loading branch information
1 parent
9b12aaf
commit ba789af
Showing
6 changed files
with
558 additions
and
931 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,3 +1,3 @@ | ||
{ | ||
"extends": "bitcrowd-base" | ||
"extends": "airbnb-base" | ||
} |
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 @@ | ||
nodejs 14.18.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
Object.assign = Object.assign || require('object-assign'); // eslint-disable-line global-require | ||
module.exports = Object.assign({ extends: 'stylelint-config-standard' }, require('./overrides')); | ||
/* eslint-disable global-require */ | ||
Object.assign = Object.assign || require('object-assign'); | ||
|
||
module.exports = { extends: 'stylelint-config-standard', ...require('./overrides') }; |
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.