Skip to content

Commit

Permalink
fix: πŸ› fix and tested pass github actions (#6)
Browse files Browse the repository at this point in the history
fix and tested pass github actions (#6)

βœ… Closes: #6
  • Loading branch information
lgf-136 committed Sep 27, 2022
1 parent 6833b9b commit 7cfb020
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
const path = require('path');
module.exports = {
extends: [ path.resolve(__dirname, './config/eslint/react-ts.config') ],

rules: {
'@typescript-eslint/no-non-null-assertion': 0,
'func-style': 0,
Expand All @@ -16,8 +17,11 @@ module.exports = {
},
],
},

settings: {},

plugins: [],

overrides: [],
// ignorePatterns: [ 'src/**/*.d.ts' ],
};
Expand Down

0 comments on commit 7cfb020

Please sign in to comment.