Skip to content

Commit

Permalink
node20 import json module (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
kphrx committed Jan 11, 2024
2 parents dc667b8 + ff27c97 commit b9d9834
Show file tree
Hide file tree
Showing 25 changed files with 1,493 additions and 35 deletions.
10 changes: 10 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@
"sourceType": "module"
},
"overrides": [
{
"files": ["**/*.js", "**/*.jsx"],
"parser": "@babel/eslint-parser",
"parserOptions": {
"requireConfigFile": false,
"babelOptions": {
"plugins": ["@babel/plugin-syntax-import-assertions"]
}
}
},
{
"files": ["**/*.ts", "**/*.tsx"],
"extends": [
Expand Down
Loading

0 comments on commit b9d9834

Please sign in to comment.