Skip to content

Commit

Permalink
add @ to linter
Browse files Browse the repository at this point in the history
  • Loading branch information
christophertorres1 committed Dec 6, 2024
1 parent ff2e243 commit 8aec08e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ module.exports = {
alwaysTryTypes: true,
project: './tsconfig.json',
},
alias: {
map: [
['@', './src'],
['~', './'],
],
extensions: ['.ts', '.tsx', '.js', '.jsx', '.json'],
},
},
},
};

0 comments on commit 8aec08e

Please sign in to comment.