Skip to content

Commit

Permalink
feat: add automatic ts-config detection
Browse files Browse the repository at this point in the history
  • Loading branch information
rgomezcasas committed Aug 30, 2024
1 parent e59aadc commit b3cf05e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions configs/codely-ts.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export default [
languageOptions: {
sourceType: "module",
parserOptions: {
projectService: true,
ecmaFeatures: {
jsx: true,
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-codely",
"version": "4.0.0",
"version": "4.0.1",
"description": "Codely's ESLint and Prettier Config",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit b3cf05e

Please sign in to comment.