Skip to content

Commit

Permalink
ModernDeck 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dangeredwolf committed May 5, 2019
1 parent ce6aa2b commit c91f7b2
Show file tree
Hide file tree
Showing 103 changed files with 12,853 additions and 56,800 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Auto detect text files and perform LF normalization
* text=auto
13 changes: 5 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@

*.zip

*.crx

*.pem

*.map

ModernDeck\README.md

node_modules
dist
node_modules
.DS_Store
*.log
yarn.lock
74 changes: 74 additions & 0 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
{
"rules": {
"at-rule-empty-line-before": "always",
"at-rule-no-unknown": true,
"at-rule-no-vendor-prefix": true,
"at-rule-property-requirelist": {},
"at-rule-semicolon-space-before": "never",
"block-no-empty": true,
"color-hex-length": "short",
"color-named": "never",
"color-no-invalid-hex": true,
"comment-empty-line-before": "always",
"comment-no-empty": true,
"comment-whitespace-inside": "always",
"declaration-block-no-duplicate-properties": true,
"declaration-block-no-redundant-longhand-properties": true,
"declaration-block-no-shorthand-property-overrides": true,
"declaration-colon-space-after": "never",
"declaration-colon-space-before": "never",
"declaration-empty-line-before": "never",
"font-family-name-quotes": "always-where-required",
"font-family-no-duplicate-names": true,
"font-weight-notation": "numeric",
"function-calc-no-invalid": true,
"function-calc-no-unspaced-operator": true,
"function-comma-space-after": "never",
"function-comma-space-before": "never",
"function-linear-gradient-no-nonstandard-direction": true,
"function-max-empty-lines": 4,
"function-name-case": "lower",
"function-url-no-scheme-relative": true,
"function-url-quotes": "always",
"indentation": "tab",
"keyframe-declaration-no-important": true,
"length-zero-no-unit": true,
"linebreaks": "windows",
"max-empty-lines": 4,
"max-nesting-depth": 4,
"media-feature-name-blacklist": [],
"media-feature-name-case": "lower",
"media-feature-name-no-unknown": true,
"media-feature-name-no-vendor-prefix": true,
"media-feature-name-value-whitelist": {},
"no-duplicate-at-import-rules": true,
"no-duplicate-selectors": true,
"no-empty-source": true,
"no-empty-first-line": true,
"no-eol-whitespace": true,
"no-extra-semicolons": true,
"no-invalid-double-slash-comments": true,
"no-missing-end-of-source-newline": true,
"no-unknown-animations": true,
"number-max-precision": 6,
"number-no-trailing-zeros": true,
"property-blacklist":["-webkit-appearance","-moz-tab-width"],
"property-case": "lower",
"property-no-unknown": true,
"rule-empty-line-before": "always-multi-line",
"selector-attribute-quotes": "always",
"selector-descendant-combinator-no-non-space": true,
"selector-no-vendor-prefix": true,
"selector-pseudo-class-case": "lower",
"selector-pseudo-element-case": "lower",
"selector-pseudo-element-no-unknown": true,
"selector-pseudo-element-blacklist": ["-webkit-slider-thumb","-moz-range-thumb"],
"selector-type-case": "lower",
"selector-type-no-unknown": true,
"string-no-newline": true,
"string-quotes": "double",
"unit-case": "lower",
"unit-no-unknown": true,
"value-no-vendor-prefix": true
}
}
19 changes: 19 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
language: node_js
os: osx
node_js:
- lts/*
deploy:
provider: releases
cache:
directories:
- node_modules
- $HOME/.cache/electron
- $HOME/.cache/electron-builder

file_glob: true
draft: true
api_key:
secure: dk/aARK5ENlFTyiHLMGymGPLOQuQNp4qxSlbr7/jkc6mEB1AnDyMjEJtDLXfiJi+tZD+AIpBnoHel71Sz9MLK3IUrZaLXqelusS6t8MmWYlIgPVcyx8G5gSAbBCqWkJ/0Eja3X1PUIPP6aYxVrcKNARM4kOMjljvMTsOnE+rR6dL/PWbeZE7cek0EhChvcI8XpxgdDiA/yi26Cf1CK4PtqNPBXfyrSlfSZ0xGiQU7xweHLbcqe86o+T/KwFQ7IMqztnmx35KFw+IUV2oCX0TwG06hNt2O2eB5LAMRpq4k/fDpJb3aiyN36B19DsNZmf1OGbVZNONurowTslDYuSgLyvYSxU6GJtGRgahn7KceXlJ8LIwODl/PuBbftKGgbieMIxc0knL2InV9EGhNMnkq/tfPAePUSc5uO+sFjl9j0uZltFuP5Q4aBRTTUSIqDMC/N4TbQSPZEPiibnlqFWTKnqK4tZ8Gb2efc5Eb+cCjsj4C9oYiJEI4fcDXJrVYYzWn3BKcPn7oTjFmNToqPAn5Ao2AtsdOkrd5mXn4ZlfGDwF7Mec3B2m+Vf6oWg4WsOaPTB5WxQDxKR17/mSP1LbRVS7GS3O6hoEn6tOnwnfEtQ2N+mTKHLJ7F081Xdznvu5lVfecLnzz+MkZXy7dSMKT+bvZLRLSMyg3qI9GUSTHqk=
file: dist/*.*
on:
repo: dangeredwolf/ModernDeckAPPTEST
39 changes: 0 additions & 39 deletions LICENSE.md

This file was deleted.

4 changes: 0 additions & 4 deletions ModernDeck/LICENCES

This file was deleted.

Loading

0 comments on commit c91f7b2

Please sign in to comment.