Skip to content

Commit

Permalink
Release @kbotdev/eslint-config@1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
killbasa committed Jul 28, 2023
1 parent a069598 commit ffe11f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@kbotdev/eslint-config",
"author": "@kbotdev",
"version": "1.0.0",
"version": "1.1.0",
"license": "MIT",
"main": "src/index.js",
"exports": {
Expand Down
8 changes: 1 addition & 7 deletions packages/eslint-config/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,7 @@ module.exports = {
'@typescript-eslint/consistent-type-assertions': 'error',
'@typescript-eslint/consistent-type-definitions': ['error', 'type'],
'@typescript-eslint/consistent-type-exports': 'error',
'@typescript-eslint/consistent-type-imports': [
'error',
{
prefer: 'type-imports',
fixStyle: 'separate-type-imports'
}
],
'@typescript-eslint/consistent-type-imports': 'off',
'@typescript-eslint/default-param-last': 'error',
'@typescript-eslint/dot-notation': [
'error',
Expand Down

0 comments on commit ffe11f5

Please sign in to comment.