Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
More styling, move prefs to sep win, switch to node-sass, part icons …
…and more
  • Loading branch information
nicolafio committed Dec 29, 2017
1 parent 6b3db12 commit 2c74f78
Show file tree
Hide file tree
Showing 149 changed files with 2,840 additions and 1,265 deletions.
162 changes: 81 additions & 81 deletions .eslintrc.json
@@ -1,81 +1,81 @@
{

"parserOptions": { "ecmaVersion": 8 },
"env": { "es6": true },

"rules": {

"eqeqeq": "error",
"no-use-before-define": ["error", {
"functions": false,
"variables": false
}],
"no-caller": "error",
"no-undef": "error",
"no-unused-vars": "warn",
"no-constant-condition": ["error", { "checkLoops": false }],
"no-const-assign": "error",
"no-case-declarations": "error",
"no-redeclare": "error",
"no-cond-assign": "error",
"no-dupe-args": "error",
"no-dupe-keys": "error",
"no-dupe-class-members": "error",
"no-func-assign": "error",
"no-inner-declarations": "error",
"no-obj-calls": "error",
"no-unreachable": "error",
"valid-typeof": "error",
"constructor-super": "error",
"no-class-assign": "error",
"no-new-symbol": "error",
"no-this-before-super": "error",
"prefer-spread": "warn",

"curly": ["warn", "multi"],
"camelcase": ["warn"],
"wrap-iife": ["warn", "inside"],
"quotes": ["warn", "single"],
"semi": ["warn", "always"],
"indent": ["warn", 4, { "SwitchCase": 1 }],
"linebreak-style": ["warn", "unix"],
"space-before-function-paren": ["warn", {
"anonymous": "always",
"named": "never",
"asyncArrow": "always"
}],
"space-before-blocks": ["warn", "always"],
"space-in-parens": ["warn", "never"],
"key-spacing": ["warn", {
"beforeColon": false,
"afterColon": true,
"mode": "minimum"
}],
"comma-spacing": ["warn", { "before": false, "after": true }],
"semi-spacing": ["warn", { "before": false, "after": true }],
"arrow-spacing": ["warn", { "before": true, "after": true }],
"generator-star-spacing": ["warn", { "before": false, "after": true }],
"func-call-spacing": ["warn", "never"],
"keyword-spacing": "warn",
"space-infix-ops": "warn",
"no-multi-spaces": "warn",
"no-whitespace-before-property": "warn",
"comma-style": ["warn", "last"],
"brace-style": ["warn", "stroustrup", { "allowSingleLine": true }],
"comma-dangle": ["warn", {
"arrays": "ignore",
"objects": "never",
"imports": "never",
"exports": "never",
"functions": "never"
}],
"array-bracket-spacing": ["warn", "never"],
"object-curly-spacing": ["warn", "always"],
"no-extra-semi": "warn",
"no-delete-var": "warn",
"computed-property-spacing": ["warn", "never"],
"no-tabs": "warn"

}

}
{

"parserOptions": { "ecmaVersion": 8 },
"env": { "es6": true },

"rules": {

"eqeqeq": "error",
"no-use-before-define": ["error", {
"functions": false,
"variables": false
}],
"no-caller": "error",
"no-undef": "error",
"no-unused-vars": "warn",
"no-constant-condition": ["error", { "checkLoops": false }],
"no-const-assign": "error",
"no-case-declarations": "error",
"no-redeclare": "error",
"no-cond-assign": "error",
"no-dupe-args": "error",
"no-dupe-keys": "error",
"no-dupe-class-members": "error",
"no-func-assign": "error",
"no-inner-declarations": "error",
"no-obj-calls": "error",
"no-unreachable": "error",
"valid-typeof": "error",
"constructor-super": "error",
"no-class-assign": "error",
"no-new-symbol": "error",
"no-this-before-super": "error",
"prefer-spread": "warn",

"curly": ["warn", "multi"],
"camelcase": ["warn"],
"wrap-iife": ["warn", "inside"],
"quotes": ["warn", "single"],
"semi": ["warn", "always"],
"indent": ["warn", 4, { "SwitchCase": 1 }],
"linebreak-style": ["warn", "unix"],
"space-before-function-paren": ["warn", {
"anonymous": "always",
"named": "never",
"asyncArrow": "always"
}],
"space-before-blocks": ["warn", "always"],
"space-in-parens": ["warn", "never"],
"key-spacing": ["warn", {
"beforeColon": false,
"afterColon": true,
"mode": "minimum"
}],
"comma-spacing": ["warn", { "before": false, "after": true }],
"semi-spacing": ["warn", { "before": false, "after": true }],
"arrow-spacing": ["warn", { "before": true, "after": true }],
"generator-star-spacing": ["warn", { "before": false, "after": true }],
"func-call-spacing": ["warn", "never"],
"keyword-spacing": "warn",
"space-infix-ops": "warn",
"no-multi-spaces": "warn",
"no-whitespace-before-property": "warn",
"comma-style": ["warn", "last"],
"brace-style": ["warn", "stroustrup", { "allowSingleLine": true }],
"comma-dangle": ["warn", {
"arrays": "ignore",
"objects": "never",
"imports": "never",
"exports": "never",
"functions": "never"
}],
"array-bracket-spacing": ["warn", "never"],
"object-curly-spacing": ["warn", "always"],
"no-extra-semi": "warn",
"no-delete-var": "warn",
"computed-property-spacing": ["warn", "never"],
"no-tabs": "warn"

}

}
8 changes: 0 additions & 8 deletions .flowconfig

This file was deleted.

3 changes: 3 additions & 0 deletions .gitignore
@@ -1,2 +1,5 @@
/build
.sass-cache
Thumbs.db
node_modules
package-lock.json
1 change: 1 addition & 0 deletions readme.md
Expand Up @@ -88,6 +88,7 @@ This integration contains work originating from:
- [Arc Theme](https://github.com/horst3180/Arc-theme) by [horst3180](https://horst3180.deviantart.com/) (licensed under the terms of GPLv3);
- [Arc Icon Theme](https://github.com/horst3180/arc-icon-theme) by [horst3180](https://horst3180.deviantart.com/) (licensed under the terms of GPLv3);
- [Adwaita Icon Theme](https://github.com/GNOME/adwaita-icon-theme) by the [GNOME Project](https://www.gnome.org/) (licensed under the terms of either CCBYSAv3 or LGPLv3).
- [Numix Icon Theme](https://github.com/numixproject/numix-icon-theme) by the [Numix Project](https://numixproject.org/) (licensed under the terms of GPLv3+)

The icons were copied and altered to be used in the integration.

Expand Down
11 changes: 11 additions & 0 deletions source/icons/16/addressbook.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions source/icons/16/attachment.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions source/icons/16/avatar.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions source/icons/16/calendar.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions source/icons/16/centeralign.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions source/icons/16/check.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions source/icons/16/close.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions source/icons/16/conversation.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions source/icons/16/copy.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions source/icons/16/crossed.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions source/icons/16/cut.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions source/icons/16/delete.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions source/icons/16/document.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions source/icons/16/down.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions source/icons/16/download.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions source/icons/16/drive.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions source/icons/16/feed.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2c74f78

Please sign in to comment.