Skip to content

Commit

Permalink
fix: Update eslint config to match style described in the README.md
Browse files Browse the repository at this point in the history
build:  [skip-ci]
  • Loading branch information
lots0logs committed Jul 20, 2020
1 parent d421d68 commit 7b1b695
Show file tree
Hide file tree
Showing 21 changed files with 869 additions and 481 deletions.
775 changes: 765 additions & 10 deletions .editorconfig

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

108 changes: 0 additions & 108 deletions .travis.yml

This file was deleted.

1 change: 1 addition & 0 deletions LICENSE.md → LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
MIT License

Copyright (c) 2020 Elegant Themes
Copyright (c) 2012 Airbnb

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
62 changes: 0 additions & 62 deletions linters/.jshintrc

This file was deleted.

73 changes: 0 additions & 73 deletions linters/SublimeLinter/SublimeLinter.sublime-settings

This file was deleted.

11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"style guide",
"lint",
"airbnb",
"elegantthemes",
"es6",
"es2015",
"es2016",
Expand All @@ -33,14 +34,14 @@
"react",
"jsx"
],
"author": "Harrison Shoff <hi@hshoff.com> (https://twitter.com/hshoff)",
"author": "Elegant Themes <dustin@elegantthemes.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/airbnb/javascript/issues"
"url": "https://github.com/elegantthemes/javascript/issues"
},
"homepage": "https://github.com/airbnb/javascript",
"homepage": "https://github.com/elegantthemes/javascript",
"devDependencies": {
"markdownlint": "^0.20.3",
"markdownlint-cli": "^0.23.1"
"markdownlint": "0.20.3",
"markdownlint-cli": "0.23.1"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-config-airbnb-base/.babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"presets": ["airbnb"]
"presets": ["elegantthemes"]
}
1 change: 0 additions & 1 deletion packages/eslint-config-airbnb-base/.npmrc

This file was deleted.

1 change: 1 addition & 0 deletions packages/eslint-config-airbnb-base/LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
MIT License

Copyright (c) 2020 Elegant Themes
Copyright (c) 2012 Airbnb

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
Loading

0 comments on commit 7b1b695

Please sign in to comment.