Skip to content

Commit

Permalink
feat: new parameter useAttributes
Browse files Browse the repository at this point in the history
  • Loading branch information
p-fedyukovich committed Apr 14, 2023
1 parent b9bf93f commit dd1e34e
Show file tree
Hide file tree
Showing 11 changed files with 1,833 additions and 2,105 deletions.
5 changes: 2 additions & 3 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,15 @@ module.exports = {
},
plugins: ['@typescript-eslint/eslint-plugin'],
extends: [
'plugin:@typescript-eslint/eslint-recommended',
'plugin:@typescript-eslint/recommended',
'prettier',
'prettier/@typescript-eslint',
'plugin:prettier/recommended',
],
root: true,
env: {
node: true,
jest: true,
},
ignorePatterns: ['.eslintrc.js'],
rules: {
'@typescript-eslint/interface-name-prefix': 'off',
'@typescript-eslint/explicit-function-return-type': 'off',
Expand Down
Loading

0 comments on commit dd1e34e

Please sign in to comment.