Skip to content

Commit

Permalink
Merge pull request #51 from Tchaikovsky1114/chore/setting-ci-config
Browse files Browse the repository at this point in the history
Chore/setting ci config
  • Loading branch information
gtokman authored Jul 10, 2024
2 parents 63331d3 + 7010c6a commit 3773c7a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
module.exports = {
root: true,
extends: ['prettier'],
parser: '@typescript-eslint/parser',
parserOptions: {
ecmaVersion: 2020,
sourceType: 'module',
ecmaFeatures: {
jsx: true,
},
},

settings: {
react: {
version: 'detect',
},
},
ignorePatterns: ['node_modules/', 'lib/'],
};
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.18.0
18.20.0

0 comments on commit 3773c7a

Please sign in to comment.