-
Notifications
You must be signed in to change notification settings - Fork 0
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
railsjack
committed
Aug 28, 2019
1 parent
f461d6f
commit ff80f8b
Showing
231 changed files
with
65,053 additions
and
6 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
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
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,10 @@ | ||
{ | ||
"comments": false, | ||
"presets": [ | ||
["env", { | ||
"targets": { | ||
"browsers": ["last 5 versions", "ie > 10", "ios > 7", "android > 3"] | ||
} | ||
}] | ||
] | ||
} |
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,20 @@ | ||
{ | ||
"env": { | ||
"es6": true, | ||
"browser": true, | ||
"mocha": true, | ||
"node": true, | ||
"jquery": true | ||
}, | ||
"extends": "eslint:recommended", | ||
"parserOptions": { | ||
"ecmaVersion": 6, | ||
"sourceType": "module" | ||
}, | ||
"rules": { | ||
"no-console": 0, | ||
"no-undef" : 0, | ||
"no-case-declarations": 0, | ||
"no-empty": 0 | ||
} | ||
} |
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,13 @@ | ||
* text=auto eol=lf | ||
|
||
*.jar binary | ||
*.mp3 binary | ||
*.mp4 binary | ||
*.ogv binary | ||
*.png binary | ||
*.webm binary | ||
*.swf binary | ||
*.swc binary | ||
*.fla binary | ||
*.xap binary | ||
|
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,20 @@ | ||
# silverlight stuff | ||
src/silverlight/obj/* | ||
src/silverlight/Bin/* | ||
build/AppManifest.xaml | ||
build/SilverlightMediaElementTestPage.html | ||
build/SilverlightMediaElement.pdb | ||
build/SilverlightMediaElement.dll | ||
tests/* | ||
newfeatures/* | ||
/mejs3/ | ||
node_modules | ||
local-build | ||
# PhpStorm/WebStorm configuration | ||
.idea | ||
media/* | ||
!media/README | ||
src/flash/flex_sdk_* | ||
coverage | ||
npm-debug.log | ||
tmp |
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,35 @@ | ||
{ | ||
"plugins": [ | ||
"stylelint-order" | ||
], | ||
"rules": { | ||
"color-hex-case": ["lower"], | ||
"color-hex-length": "short", | ||
"declaration-block-no-duplicate-properties": [ | ||
true, | ||
{ | ||
"ignore": [ | ||
"consecutive-duplicates-with-different-values" | ||
] | ||
} | ||
], | ||
"function-comma-space-after": "always-single-line", | ||
"function-comma-space-before": "never", | ||
"indentation": 4, | ||
"length-zero-no-unit": true, | ||
"number-leading-zero": "always", | ||
"number-no-trailing-zeros": true, | ||
"order/order": [ | ||
"custom-properties", | ||
"declarations" | ||
], | ||
"order/properties-alphabetical-order": true, | ||
"property-case": "lower", | ||
"property-no-unknown": true, | ||
"selector-combinator-space-after": "always", | ||
"selector-combinator-space-before": "always", | ||
"selector-list-comma-newline-after": "always", | ||
"shorthand-property-no-redundant-values": true, | ||
"string-quotes": "single" | ||
} | ||
} |
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 @@ | ||
language: node_js | ||
node_js: | ||
- node | ||
before_install: | ||
- "curl -L http://git.io/ejPSng | /bin/sh" | ||
after_success: 'npm run coveralls' |
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,5 @@ | ||
johndyer:[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] |
Oops, something went wrong.