-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump origami-ci-tools from 1.3.12 to 2.0.0 (#82)
* Bump origami-ci-tools from 1.3.12 to 2.0.0 Bumps [origami-ci-tools](https://github.com/Financial-Times/origami-ci-tools) from 1.3.12 to 2.0.0. - [Release notes](https://github.com/Financial-Times/origami-ci-tools/releases) - [Commits](Financial-Times/origami-ci-tools@v1.3.12...v2.0.0) Signed-off-by: dependabot-preview[bot] <[email protected]> * add stylelint config * fix stylelint issues * update to latest stylelint origami config * fix stylelint issues * fix obt verify issues * update to latest stylelint origami config * remove package-lock.json file * revert Sass linting updates we do not need * gitignore package-lock.json * revert Sass linting updates we do not need some more Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Jake Champion <[email protected]> Co-authored-by: notlee <[email protected]>
- Loading branch information
1 parent
2cb5f91
commit 9912789
Showing
10 changed files
with
246 additions
and
503 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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
"use strict"; | ||
|
||
module.exports = { | ||
extends: "origami-component" | ||
} |
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 |
---|---|---|
|
@@ -9,3 +9,4 @@ node_modules/ | |
.DS_Store | ||
.bowerrc | ||
*.tmp | ||
package-lock.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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
module.exports = { | ||
"extends": "stylelint-config-origami-component" | ||
}; |
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 was deleted.
Oops, something went wrong.
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,5 +1,7 @@ | ||
{ | ||
"devDependencies": { | ||
"origami-ci-tools": "^1.3.12" | ||
"eslint-config-origami-component": "^1.0.4", | ||
"origami-ci-tools": "^2.0.0", | ||
"stylelint-config-origami-component": "^1.0.2" | ||
} | ||
} |
Oops, something went wrong.