Skip to content

Commit

Permalink
Bump origami-ci-tools from 1.3.12 to 2.0.0 (#82)
Browse files Browse the repository at this point in the history
* 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
3 people authored May 6, 2020
1 parent 2cb5f91 commit 9912789
Show file tree
Hide file tree
Showing 10 changed files with 246 additions and 503 deletions.
5 changes: 5 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
"use strict";

module.exports = {
extends: "origami-component"
}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ node_modules/
.DS_Store
.bowerrc
*.tmp
package-lock.json
3 changes: 3 additions & 0 deletions .stylelintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
"extends": "stylelint-config-origami-component"
};
1 change: 0 additions & 1 deletion main.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/*global require, module*/
const OCrossword = module.exports = require('./src/js/oCrossword');

const constructAll = function() {
Expand Down
272 changes: 0 additions & 272 deletions package-lock.json

This file was deleted.

4 changes: 3 additions & 1 deletion package.json
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"
}
}
Loading

0 comments on commit 9912789

Please sign in to comment.