Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"plugins": [
"jsdoc",
"prettier",
"chai-friendly"
"chai-friendly",
"importAssertions"
],
"extends": [
"airbnb",
"airbnb-typescript/base",
"adjunct",
"plugin:promise/recommended",
"plugin:ecmascript-compat/recommended",
"plugin:chai-friendly/recommended",
Expand All @@ -16,7 +16,7 @@
"env": {
"browser": true
},
"ignorePatterns": ["**/lang/**/*.json", "**/*.d.ts"],
"ignorePatterns": ["rollup.config.mjs", "**/lang/**/*.json", "**/*.d.ts"],
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rollup config is removed from linting? any particular reason?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry that I forgot how to contain everything in a single review for a couple of these!

"rules": {
"prettier/prettier": ["error"],
"jsdoc/check-access": 1, // Recommended
Expand Down Expand Up @@ -61,10 +61,10 @@
"@typescript-eslint/no-unused-expressions": "off"
},
"parserOptions": {
"ecmaVersion": 2020,
"sourceType": "module",
"project": "./tsconfig.json"
},
"ecmaVersion": 2020,
"sourceType": "module",
"project": "./tsconfig.json",
},
"parser": "@typescript-eslint/parser",
"globals": {
"game": "readonly",
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ foundryconfig.json
dist
.DS_Store
.env
mprocs.yaml
5 changes: 5 additions & 0 deletions assets/Encounter.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions assets/Exploration.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions assets/FindTrap.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions assets/Initiative.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading