Skip to content

Commit

Permalink
feat: add base package
Browse files Browse the repository at this point in the history
  • Loading branch information
auto200 committed Apr 11, 2024
1 parent 1fb84dd commit 07d7e8e
Show file tree
Hide file tree
Showing 35 changed files with 2,759 additions and 4,513 deletions.
10 changes: 5 additions & 5 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ const config = {
parser: '@typescript-eslint/parser',
extends: [
'eslint:recommended',
'plugin:@typescript-eslint/recommended-type-checked',
'plugin:@typescript-eslint/recommended-type-checked'
],
plugins: ['@typescript-eslint'],
ignorePatterns:[".eslintrc.cjs", "example"],
ignorePatterns: ['.eslintrc.cjs', 'example', 'scripts'],
parserOptions: {
project:true,
tsconfigRootDir: __dirname,
},
project: true,
tsconfigRootDir: __dirname
}
}

module.exports = config
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ yarn-error.log*

# ide
.idea

docs_raw
Loading

0 comments on commit 07d7e8e

Please sign in to comment.