Skip to content

Commit

Permalink
convert file-assets to esm (#1016)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsnoble authored Jul 2, 2024
1 parent e97720f commit ce9d731
Show file tree
Hide file tree
Showing 107 changed files with 594 additions and 148,044 deletions.
13 changes: 12 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
{
"extends": "@terascope"
"extends": "@terascope",
"parserOptions": {
"ecmaVersion": "latest",
"sourceType": "module"
},
"rules": {
"@typescript-eslint/naming-convention": "off",
"@typescript-eslint/no-duplicate-enum-values": "warn",
"import/extensions": "off",
"import/no-import-module-exports": "off"
},
"ignorePatterns":[]
}
Loading

0 comments on commit ce9d731

Please sign in to comment.