Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfig committed May 7, 2021
2 parents 108ae09 + b5c50cc commit 41e0679
Show file tree
Hide file tree
Showing 158 changed files with 181,722 additions and 117,579 deletions.
36 changes: 36 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"env": {
"browser": true,
"es6": true
},
"globals": {
"Atomics": "readonly",
"SharedArrayBuffer": "readonly"
},
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaVersion": 2018,
"sourceType": "module"
},
"ignorePatterns": [
"index.d.ts",
"dist",
"docs",
"compile",
"node_modules"
],
"rules": {
"@typescript-eslint/triple-slash-reference": [
"off"
],
"spaced-comment": [
"off"
],
"no-duplicate-imports": [
"off"
]
},
"extends": [
"@pixi/eslint-config"
]
}
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
node_modules
*.log
.nyc_output
.nyc_output
*.iml
.idea
.DS_Store
compile
js
6 changes: 3 additions & 3 deletions .jsdoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"linenums": true,
"source": {
"include": [
"./src",
"./js",
"./node_modules/eventemitter3"
],
"includePattern": ".+\\.js(doc)?$",
Expand All @@ -41,8 +41,8 @@
"outputSourceFiles": true
},
"applicationName": "pixi-viewport",
"footer" : "by YOPEY YOPEY LLC (yopeyopey.com)",
"copyright" : "Copyright © 2019 YOPEY YOPEY LLC.",
"footer": "by YOPEY YOPEY LLC (yopeyopey.com)",
"copyright": "Copyright © 2019 YOPEY YOPEY LLC.",
"meta": {
"title": "pixi-viewport API Documentation",
"description": "Documentation for pixi-viewport library",
Expand Down
Loading

0 comments on commit 41e0679

Please sign in to comment.