generated from well-known-components/base-ts-project
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: extended URNs for dcl wearables / emotes (#168)
* feat: resolves V1 and V2 collection items * refactor --------- Co-authored-by: Alejo Thomas Ortega <alejo.ortega@decentraland.org>
- Loading branch information
Showing
15 changed files
with
809 additions
and
568 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,18 @@ | ||
{ | ||
"extends": "@dcl/eslint-config", | ||
"parser": "@typescript-eslint/parser", | ||
"extends": "@dcl/eslint-config/sdk", | ||
"parserOptions": { | ||
"ecmaVersion": 2020, // Allows for the parsing of modern ECMAScript features | ||
"sourceType": "module", // Allows for the use of imports | ||
"project": [ | ||
// Specify it only for TypeScript files | ||
"./tsconfig.json", | ||
"./test/tsconfig.json" | ||
"tsconfig.json", | ||
"test/tsconfig.json" | ||
] | ||
}, | ||
"rules": { | ||
"prettier/prettier": ["error", { | ||
"printWidth": 120, | ||
"semi": false, | ||
"singleQuote": true, | ||
"trailingComma": "none", | ||
"tabWidth": 2 | ||
}] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.