Skip to content
This repository has been archived by the owner on Nov 6, 2022. It is now read-only.

Commit

Permalink
Merge pull request #101 from Jason-Abbott/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
Jason-Abbott committed May 9, 2017
2 parents 8165b2b + e2aef63 commit 177ccca
Show file tree
Hide file tree
Showing 353 changed files with 19,518 additions and 27,353 deletions.
5 changes: 0 additions & 5 deletions .afignore

This file was deleted.

120 changes: 0 additions & 120 deletions .eslintrc.json

This file was deleted.

8 changes: 3 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/.idea/workspace.xml
/.idea/jsLibraryMappings.xml
/.idea/eslintPlugin.xml
/.idea/*.iml
node_modules/
profile/

dist/js/maps/
.vscode/chrome/
lib/**/*.js.map
6 changes: 0 additions & 6 deletions .idea/encodings.xml

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/markdown-exported-files.xml

This file was deleted.

67 changes: 0 additions & 67 deletions .idea/markdown-navigator.xml

This file was deleted.

3 changes: 0 additions & 3 deletions .idea/markdown-navigator/profiles_settings.xml

This file was deleted.

67 changes: 0 additions & 67 deletions .idea/misc.xml

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/modules.xml

This file was deleted.

8 changes: 7 additions & 1 deletion .stylelintrc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
{
"extends": "stylelint-config-standard",
"rules": {
"at-rule-empty-line-before": null,
"color-no-invalid-hex": true,
"indentation": 3
"declaration-empty-line-before": null,
"rule-empty-line-before": null,
"indentation": 3,
"declaration-block-single-line-max-declarations": 5,
"selector-list-comma-newline-after": null,
"no-missing-end-of-source-newline": null
}
}
Loading

0 comments on commit 177ccca

Please sign in to comment.