Skip to content

Commit

Permalink
chore(deps): upgrade eslint-config-airbnb and @typescript-eslint (t…
Browse files Browse the repository at this point in the history
  • Loading branch information
toshi-toma authored and cxspxr committed Oct 20, 2022
1 parent bfae03c commit 9fcd898
Show file tree
Hide file tree
Showing 4 changed files with 278 additions and 320 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module.exports = {

## License

Open source [licensed as MIT](https://github.com/datacrafts-io/eslint-config-airbnb-base-typescript-prettier/blob/master/LICENSE).
Open source [licensed as MIT](https://github.com/artelydev/eslint-config-airbnb-base-typescript-prettier/blob/master/LICENSE).

[npm-image]: https://img.shields.io/npm/v/eslint-config-airbnb-base-typescript-prettier.svg
[npm-url]: https://npmjs.org/package/eslint-config-airbnb-base-typescript-prettier
7 changes: 0 additions & 7 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
module.exports = {
parser: "@typescript-eslint/parser",
parserOptions: {
sourceType: "module",
project: "./tsconfig.json",
ecmaFeatures: {
jsx: true,
},
},
env: {
browser: true,
es6: true,
Expand Down
Loading

0 comments on commit 9fcd898

Please sign in to comment.