@jenssimon/eslint-config-typescript
Advanced tools
Comparing version 2.0.0 to 2.1.0
15
index.js
@@ -10,2 +10,7 @@ module.exports = { | ||
}, | ||
'import/resolver': { | ||
node: { | ||
extensions: ['.js', '.jsx', '.ts', '.tsx'], | ||
}, | ||
}, | ||
}, | ||
@@ -21,2 +26,12 @@ extends: [ | ||
indent: 'off', | ||
'import/extensions': [ | ||
'error', | ||
'ignorePackages', | ||
{ | ||
js: 'never', | ||
jsx: 'never', | ||
ts: 'never', | ||
tsx: 'never', | ||
}, | ||
], | ||
'@typescript-eslint/array-type': 'error', | ||
@@ -23,0 +38,0 @@ '@typescript-eslint/brace-style': ['error', '1tbs', { allowSingleLine: true }], |
{ | ||
"name": "@jenssimon/eslint-config-typescript", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"description": "ESLint configuration for usage with TypeScript", | ||
@@ -21,20 +21,21 @@ "main": "index.js", | ||
"devDependencies": { | ||
"@jenssimon/eslint-config-base": "^2.0.0", | ||
"babel-eslint": "^10.1.0", | ||
"eslint": "^7.12.1", | ||
"eslint-config-airbnb": "^18.2.0", | ||
"eslint-config-airbnb-base": "^14.2.0", | ||
"@babel/core": "^7.13.16", | ||
"@babel/eslint-parser": "^7.13.14", | ||
"@jenssimon/eslint-config-base": "^3.1.0", | ||
"eslint": "^7.24.0", | ||
"eslint-config-airbnb": "^18.2.1", | ||
"eslint-config-airbnb-base": "^14.2.1", | ||
"eslint-plugin-babel": "^5.3.1", | ||
"eslint-plugin-dollar-sign": "^1.0.2", | ||
"eslint-plugin-eslint-comments": "^3.2.0", | ||
"eslint-plugin-import": "^2.22.1", | ||
"eslint-plugin-jest": "^24.1.0", | ||
"eslint-plugin-jest": "^24.3.5", | ||
"eslint-plugin-jquery": "^1.5.1", | ||
"eslint-plugin-jsx-a11y": "^6.4.1", | ||
"eslint-plugin-optimize-regex": "^1.2.0", | ||
"eslint-plugin-promise": "^4.2.1", | ||
"eslint-plugin-react": "^7.21.5", | ||
"eslint-plugin-promise": "^5.1.0", | ||
"eslint-plugin-react": "^7.23.2", | ||
"eslint-plugin-react-hooks": "^4.2.0", | ||
"eslint-plugin-you-dont-need-lodash-underscore": "^6.10.0", | ||
"typescript": "^4.0.5" | ||
"eslint-plugin-react-redux": "^3.3.2", | ||
"eslint-plugin-sonarjs": "^0.7.0", | ||
"typescript": "^4.2.4" | ||
}, | ||
@@ -41,0 +42,0 @@ "peerDependencies": { |
@@ -19,3 +19,3 @@ [![NPM version][npm-image]][npm-url] [![Downloads][npm-downloads-image]][npm-url] [![Dependencies][deps-image]][deps-url] [![star this repo][gh-stars-image]][gh-url] [![fork this repo][gh-forks-image]][gh-url] [![Build Status][travis-image]][travis-url] ![Code Style][codestyle-image] | ||
MIT © 2020 [Jens Simon](https://github.com/jenssimon) | ||
MIT © 2021 [Jens Simon](https://github.com/jenssimon) | ||
@@ -22,0 +22,0 @@ [npm-url]: https://www.npmjs.com/package/@jenssimon/eslint-config-typescript |
8424
8
67
19