Skip to content

Commit

Permalink
chore(dev-deps): remove eslint-plugin-standard (markedjs#1849)
Browse files Browse the repository at this point in the history
  • Loading branch information
UziTech authored Nov 23, 2020
1 parent babbc29 commit 803a6a9
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 16 deletions.
3 changes: 0 additions & 3 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
{
"extends": "standard",
"plugins": [
"standard"
],
"rules": {
"semi": ["error", "always"],
"indent": ["error", 2, {
Expand Down
3 changes: 0 additions & 3 deletions docs/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
{
"extends": "standard",
"plugins": [
"standard"
],
"parserOptions": {
"ecmaVersion": 5,
"sourceType": "script"
Expand Down
6 changes: 0 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.1.0",
"front-matter": "^4.0.2",
"highlight.js": "^10.4.0",
"jasmine": "^3.6.3",
Expand Down
3 changes: 0 additions & 3 deletions test/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
{
"extends": "standard",
"plugins": [
"standard"
],
"globals": {
"expectAsync": "readonly"
},
Expand Down

0 comments on commit 803a6a9

Please sign in to comment.