-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
246 changed files
with
20,156 additions
and
19,245 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 |
---|---|---|
@@ -0,0 +1,127 @@ | ||
{ | ||
"root": true, | ||
"ignorePatterns": [ | ||
"projects/**/*" | ||
], | ||
"overrides": [ | ||
{ | ||
"files": [ | ||
"*.ts" | ||
], | ||
"parserOptions": { | ||
"project": [ | ||
"tsconfig.json", | ||
"e2e/tsconfig.json" | ||
], | ||
"createDefaultProgram": true | ||
}, | ||
"plugins": [ | ||
"rxjs-angular", | ||
"header" | ||
], | ||
"extends": [ | ||
"airbnb-base", | ||
"airbnb-typescript/base", | ||
"plugin:@angular-eslint/recommended", | ||
"plugin:@angular-eslint/template/process-inline-templates", | ||
"plugin:rxjs/recommended", | ||
"prettier" | ||
], | ||
"rules": { | ||
"@angular-eslint/component-selector": [ | ||
"error", | ||
{ | ||
"prefix": "app", | ||
"style": "kebab-case", | ||
"type": "element" | ||
} | ||
], | ||
"@angular-eslint/directive-selector": [ | ||
"error", | ||
{ | ||
"prefix": "app", | ||
"style": "camelCase", | ||
"type": "attribute" | ||
} | ||
], | ||
"@angular-eslint/prefer-on-push-component-change-detection": "error", | ||
"max-len": [ | ||
"error", | ||
{ | ||
"code": 140, | ||
"ignoreComments": true, | ||
"ignoreTrailingComments": true, | ||
"ignoreUrls": true | ||
} | ||
], | ||
"import/no-namespace": [ | ||
"error" | ||
], | ||
"import/order": [ | ||
"error", | ||
{ | ||
"newlines-between": "never", | ||
"alphabetize": { | ||
"order": "asc", | ||
"caseInsensitive": true | ||
} | ||
} | ||
], | ||
"import/no-extraneous-dependencies": [ | ||
"error", | ||
{ | ||
"devDependencies": [ | ||
"src/test.ts", | ||
"**/*.spec.ts", | ||
"cypress/**/*.ts" | ||
] | ||
} | ||
], | ||
"import/prefer-default-export": "off", | ||
"no-underscore-dangle": "off", | ||
"class-methods-use-this": [ | ||
"off", | ||
{ | ||
"exceptMethods": [ | ||
"transform" | ||
] | ||
} | ||
], | ||
"no-restricted-syntax": [ | ||
"error", | ||
{ | ||
"selector": "ForInStatement", | ||
"message": "for..in loops iterate over the entire prototype chain, which is virtually never what you want. Use Object.{keys,values,entries}, and iterate over the resulting array." | ||
}, | ||
{ | ||
"selector": "LabeledStatement", | ||
"message": "Labels are a form of GOTO; using them makes code confusing and hard to maintain and understand." | ||
}, | ||
{ | ||
"selector": "WithStatement", | ||
"message": "`with` is disallowed in strict mode because it makes code impossible to predict and optimize." | ||
} | ||
], | ||
"@typescript-eslint/no-use-before-define": "off", | ||
"rxjs-angular/prefer-takeuntil": "error", | ||
"no-return-assign": ["error", "except-parens"], | ||
"header/header": [ "error", "block", [ | ||
"*", | ||
" * @license BSD-3-Clause", | ||
" * Copyright (c) 2021, ッツ Reader Authors", | ||
" * All rights reserved.", | ||
" " | ||
], 2 ] | ||
} | ||
}, | ||
{ | ||
"files": [ | ||
"*.html" | ||
], | ||
"extends": [ | ||
"plugin:@angular-eslint/template/recommended" | ||
], | ||
"rules": {} | ||
} | ||
] | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"integrationFolder": "cypress/integration", | ||
"supportFile": "cypress/support/index.ts", | ||
"videosFolder": "cypress/videos", | ||
"screenshotsFolder": "cypress/screenshots", | ||
"pluginsFile": "cypress/plugins/index.ts", | ||
"fixturesFolder": "cypress/fixtures", | ||
"baseUrl": "http://localhost:4200" | ||
} |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
Corrupted file |
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version="1.0"?> | ||
<container version="1.0" xmlns="urn:oasis:names:tc:opendocument:xmlns:container"> | ||
<rootfiles> | ||
<rootfile full-path="content.opf" media-type="application/oebps-package+xml"/> | ||
</rootfiles> | ||
</container> |
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 |
---|---|---|
@@ -0,0 +1,33 @@ | ||
<?xml version='1.0' encoding='utf-8'?> | ||
<package xmlns="http://www.idpf.org/2007/opf" version="2.0"> | ||
<metadata xmlns:dc="http://purl.org/dc/elements/1.1/"> | ||
<dc:language>ja</dc:language> | ||
<dc:title>Test Book (test.epub)</dc:title> | ||
<meta name="cover" content="cover"/> | ||
</metadata> | ||
<manifest> | ||
<item id="cover" href="cover.jpg" media-type="image/jpeg"/> | ||
<item id="preview-0" href="text/preview-0.html" media-type="application/xhtml+xml"/> | ||
<item id="preview-1" href="text/preview-1.html" media-type="application/xhtml+xml"/> | ||
<item id="preview-2" href="text/preview-2.html" media-type="application/xhtml+xml"/> | ||
<item id="title-0" href="text/title-0.html" media-type="application/xhtml+xml"/> | ||
<item id="toc-0" href="text/toc-0.html" media-type="application/xhtml+xml"/> | ||
<item id="text-0" href="text/text-0.html" media-type="application/xhtml+xml"/> | ||
<item id="text-1" href="text/text-1.html" media-type="application/xhtml+xml"/> | ||
</manifest> | ||
<spine page-progression-direction="rtl"> | ||
<itemref idref="preview-0"/> | ||
<itemref idref="preview-1"/> | ||
<itemref idref="preview-2"/> | ||
<itemref idref="title-0"/> | ||
<itemref idref="toc-0"/> | ||
<itemref idref="text-0"/> | ||
<itemref idref="preview-0"/> | ||
<itemref idref="text-0"/> | ||
<itemref idref="preview-1"/> | ||
<itemref idref="text-0"/> | ||
<itemref idref="preview-2"/> | ||
<itemref idref="text-0"/> | ||
<itemref idref="text-1"/> | ||
</spine> | ||
</package> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
application/epub+zip |
Oops, something went wrong.