-
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adapted to the MIT license migration of the main "Nord" (1) project. Detailed information can be found in the main task ticket. All license SVG badges and the "LICENSE.md" content have been updated. In addition all source code comment header have also been simplified. References: * (1) https://github.com/arcticicestudio/nord Subtask of nordtheme/nord#55 GH-16
- Loading branch information
1 parent
156c4b1
commit 1d3c494
Showing
8 changed files
with
76 additions
and
422 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 |
---|---|---|
@@ -1,21 +1,18 @@ | ||
/* | ||
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | ||
title ESLint Configuration + | ||
project nord-tilix + | ||
repository https://github.com/arcticicestudio/nord-tilix + | ||
author Arctic Ice Studio + | ||
email [email protected] + | ||
copyright Copyright (C) 2017 + | ||
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | ||
* Copyright (c) 2016-present Arctic Ice Studio <[email protected]> | ||
* Copyright (c) 2016-present Sven Greb <[email protected]> | ||
* Project: Nord Tilix | ||
* Repository: https://github.com/arcticicestudio/nord-tilix | ||
* License: MIT | ||
* References: | ||
* http://eslint.org/docs/user-guide/configuring | ||
* http://eslint.org/docs/user-guide/configuring#using-configuration-files | ||
* http://eslint.org/docs/user-guide/configuring#specifying-environments | ||
* http://eslint.org/docs/user-guide/configuring#configuring-plugins | ||
* http://eslint.org/docs/rules | ||
*/ | ||
|
||
[References] | ||
ESLint | ||
http://eslint.org/docs/user-guide/configuring | ||
http://eslint.org/docs/user-guide/configuring#using-configuration-files | ||
http://eslint.org/docs/user-guide/configuring#specifying-environments | ||
http://eslint.org/docs/user-guide/configuring#configuring-plugins | ||
http://eslint.org/docs/rules | ||
*/ | ||
module.exports = { | ||
"env": { | ||
"node": true, | ||
|
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 |
---|---|---|
@@ -1,15 +1,13 @@ | ||
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | ||
# title Travis CI Build Configuration + | ||
# project nord-tilix + | ||
# repository https://github.com/arcticicestudio/nord-tilix + | ||
# author Arctic Ice Studio + | ||
# email [email protected] + | ||
# copyright Copyright (C) 2017 + | ||
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | ||
# | ||
# [References] | ||
# Travis CI Documentation | ||
# (https://docs.travis-ci.com/user/languages/javascript-with-nodejs) | ||
#!/usr/bin/env bash | ||
# Copyright (c) 2016-present Arctic Ice Studio <[email protected]> | ||
# Copyright (c) 2016-present Sven Greb <[email protected]> | ||
|
||
# Project: Nord Tilix | ||
# Repository: https://github.com/arcticicestudio/nord-tilix | ||
# License: MIT | ||
# References: | ||
# https://docs.travis-ci.com/user/languages/javascript-with-nodejs | ||
|
||
language: node_js | ||
node_js: | ||
- "6" | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,16 +1,14 @@ | ||
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | ||
# title Circle CI Build Configuration + | ||
# project nord-tilix + | ||
# repository https://github.com/arcticicestudio/nord-tilix + | ||
# author Arctic Ice Studio + | ||
# email [email protected] + | ||
# copyright Copyright (C) 2017 + | ||
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | ||
# | ||
# [References] | ||
# Circle CI | ||
# (https://circleci.com/docs/language-nodejs) | ||
# (https://circleci.com/docs/yarn) | ||
#!/usr/bin/env bash | ||
# Copyright (c) 2016-present Arctic Ice Studio <[email protected]> | ||
# Copyright (c) 2016-present Sven Greb <[email protected]> | ||
|
||
# Project: Nord Tilix | ||
# Repository: https://github.com/arcticicestudio/nord-tilix | ||
# License: MIT | ||
# References: | ||
# https://circleci.com/docs/language-nodejs | ||
# https://circleci.com/docs/yarn | ||
|
||
machine: | ||
node: | ||
version: 6 | ||
|
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 |
---|---|---|
@@ -1,19 +1,15 @@ | ||
/* | ||
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | ||
title Project Gulp File + | ||
project nord-tilix + | ||
repository https://github.com/arcticicestudio/nord-tilix + | ||
author Arctic Ice Studio + | ||
email [email protected] + | ||
copyright Copyright (C) 2017 + | ||
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | ||
* Copyright (c) 2016-present Arctic Ice Studio <[email protected]> | ||
* Copyright (c) 2016-present Sven Greb <[email protected]> | ||
* Project: Nord Tilix | ||
* Repository: https://github.com/arcticicestudio/nord-tilix | ||
* License: MIT | ||
* References: | ||
* http://gulpjs.com | ||
* https://www.npmjs.com | ||
*/ | ||
|
||
[References] | ||
Gulp | ||
(http://gulpjs.com) | ||
npmjs | ||
(https://www.npmjs.com) | ||
*/ | ||
/*+---------+ | ||
+ Imports + | ||
+---------+*/ | ||
|
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 |
---|---|---|
@@ -1,12 +1,11 @@ | ||
#!/usr/bin/env bash | ||
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | ||
# title Install Script + | ||
# project nord-tilix + | ||
# repository https://github.com/arcticicestudio/nord-tilix + | ||
# author Arctic Ice Studio + | ||
# email [email protected] + | ||
# copyright Copyright (C) 2017 + | ||
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | ||
# Copyright (c) 2016-present Arctic Ice Studio <[email protected]> | ||
# Copyright (c) 2016-present Sven Greb <[email protected]> | ||
|
||
# Project: Nord Tilix | ||
# Repository: https://github.com/arcticicestudio/nord-tilix | ||
# License: MIT | ||
|
||
set -e | ||
|
||
_ct_error="\e[0;31m" | ||
|
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