Skip to content

Commit

Permalink
Revert squash of commits in pull #1579 (pull #1581)
Browse files Browse the repository at this point in the history
This reverts commit a771ba3.

I accidentally squashed all commits in pull #1579. I intended to merge them to maintain the history of changes. This commit reverses those changes so I can instead merge them to the apg-1.2 branch.
  • Loading branch information
mcking65 authored Oct 25, 2020
1 parent a771ba3 commit d23f387
Show file tree
Hide file tree
Showing 193 changed files with 20,542 additions and 28,653 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": ["eslint:recommended", "plugin:prettier/recommended"],
"extends": "eslint:recommended",
"env": {
"browser": true
},
Expand Down
14 changes: 0 additions & 14 deletions .github/dependabot.yml

This file was deleted.

60 changes: 0 additions & 60 deletions .github/workflows/coverage-report.yml

This file was deleted.

16 changes: 0 additions & 16 deletions .github/workflows/cspell-problem-matcher.json

This file was deleted.

40 changes: 0 additions & 40 deletions .github/workflows/lint-css.yml

This file was deleted.

40 changes: 0 additions & 40 deletions .github/workflows/lint-html.yml

This file was deleted.

40 changes: 0 additions & 40 deletions .github/workflows/lint-js.yml

This file was deleted.

57 changes: 0 additions & 57 deletions .github/workflows/regression.yml

This file was deleted.

41 changes: 0 additions & 41 deletions .github/workflows/spelling.yml

This file was deleted.

17 changes: 0 additions & 17 deletions .github/workflows/vnu-jar-problem-matcher.json

This file was deleted.

2 changes: 0 additions & 2 deletions .prettierignore

This file was deleted.

3 changes: 0 additions & 3 deletions .prettierrc

This file was deleted.

13 changes: 2 additions & 11 deletions .stylelintrc
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
{
"extends": ["stylelint-config-standard", "stylelint-prettier/recommended"],
"rules": {
"media-feature-name-no-unknown": [
true,
{
"ignoreMediaFeatureNames": [
"forced-colors"
]
}
],
"no-descending-specificity": null,
"prettier/prettier": [true, {"singleQuote": false}]
"media-feature-name-no-unknown": [true,
"ignoreMediaFeatureNames": ["forced-colors"] ]
}
}
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-standard']
};
Loading

0 comments on commit d23f387

Please sign in to comment.