-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Showing
84 changed files
with
1,257 additions
and
7,826 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,9 +1,9 @@ | ||
# Copyright (C) 2018-present Arctic Ice Studio <[email protected]> | ||
# Copyright (C) 2018-present Sven Greb <[email protected]> | ||
# | ||
# Project: Styleguide JavaScript | ||
# Repository: https://github.com/arcticicestudio/styleguide-javascript | ||
# License: MIT | ||
# Copyright (c) 2018-present Arctic Ice Studio <[email protected]> | ||
# Copyright (c) 2018-present Sven Greb <[email protected]> | ||
# This source code is licensed under the MIT license found in the LICENSE file. | ||
|
||
# Configurations for EditorConfig. | ||
# See https://editorconfig.org/#file-format-details for more details. | ||
|
||
# +--------------------+ | ||
# + Base Configuration + | ||
|
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 @@ | ||
# Copyright (C) 2018-present Arctic Ice Studio <[email protected]> | ||
# Copyright (C) 2018-present Sven Greb <[email protected]> | ||
# | ||
# Project: Styleguide JavaScript | ||
# Repository: https://github.com/arcticicestudio/styleguide-javascript | ||
# License: MIT | ||
# Copyright (c) 2018-present Arctic Ice Studio <[email protected]> | ||
# Copyright (c) 2018-present Sven Greb <[email protected]> | ||
# This source code is licensed under the MIT license found in the LICENSE file. | ||
|
||
# Path match pattern to ignore specific files and directories. | ||
# See https://eslint.org/docs/user-guide/configuring/ignoring-code for more details. | ||
|
||
build/* | ||
**/node_modules/* | ||
!.eslintrc.js | ||
!.huskyrc.js | ||
!.remarkrc.js |
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,17 @@ | ||
/* | ||
* Copyright (C) 2018-present Arctic Ice Studio <[email protected]> | ||
* Copyright (C) 2018-present Sven Greb <[email protected]> | ||
* | ||
* Project: Styleguide JavaScript | ||
* Repository: https://github.com/arcticicestudio/styleguide-javascript | ||
* License: MIT | ||
* Copyright (c) 2018-present Arctic Ice Studio <[email protected]> | ||
* Copyright (c) 2018-present Sven Greb <[email protected]> | ||
* This source code is licensed under the MIT license found in the LICENSE file. | ||
*/ | ||
|
||
/** | ||
* The ESLint configuration. | ||
* Configurations for ESLint. | ||
* | ||
* @see https://eslint.org/docs/user-guide/configuring | ||
*/ | ||
module.exports = { | ||
extends: [ | ||
"./packages/@arcticicestudio/eslint-config-base/index.js", | ||
"./packages/@arcticicestudio/eslint-config/prettier.js" | ||
] | ||
"./packages/@arcticicestudio/eslint-config/prettier.js", | ||
], | ||
}; |
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,12 @@ | ||
# Copyright (C) 2018-present Arctic Ice Studio <[email protected]> | ||
# Copyright (C) 2018-present Sven Greb <[email protected]> | ||
# Copyright (c) 2018-present Arctic Ice Studio <[email protected]> | ||
# Copyright (c) 2018-present Sven Greb <[email protected]> | ||
# This source code is licensed under the MIT license found in the LICENSE file. | ||
|
||
# Configuration to define attributes per path. | ||
# | ||
# Project: Styleguide JavaScript | ||
# Repository: https://github.com/arcticicestudio/styleguide-javascript | ||
# License: MIT | ||
# References: | ||
# https://git-scm.com/docs/gitattributes | ||
# https://git-scm.com/book/en/v2/Customizing-Git-Git-Attributes#Keyword-Expansion | ||
# 1. https://git-scm.com/docs/gitattributes | ||
# 2. https://git-scm.com/book/en/v2/Customizing-Git-Git-Attributes#Keyword-Expansion | ||
|
||
# Automatically perform line feed (LF) normalization for files detected as text and | ||
# leave all files detected as binary untouched. | ||
|
Validating CODEOWNERS rules …
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,11 +1,15 @@ | ||
# Configuration for the GitHub feature to automatically request reviews from the code owners when a pull request changes any owned files. | ||
# Copyright (c) 2018-present Arctic Ice Studio <[email protected]> | ||
# Copyright (c) 2018-present Sven Greb <[email protected]> | ||
# This source code is licensed under the MIT license found in the LICENSE file. | ||
|
||
# Configuration for the GitHub feature to automatically request reviews from the code owners when a pull request | ||
# changes any owned files. | ||
# | ||
# References: | ||
# https://github.com/blog/2392-introducing-code-owners | ||
# https://help.github.com/articles/about-codeowners | ||
# 1. https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners | ||
# 2. https://github.com/blog/2392-introducing-code-owners | ||
|
||
# +--------------------+ | ||
# + Default Code Owner + | ||
# +--------------------+ | ||
* @arcticicestudio | ||
* @svengreb | ||
* @arcticicestudio @svengreb |
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,13 +1,13 @@ | ||
<!-- Click on the "Preview" tab to render the instructions in a more readable format --> | ||
|
||
> **Please read the [contribution guidelines](https://github.com/arcticicestudio/styleguide-javascript/blob/develop/CONTRIBUTING.md) before filling out this issue template**. | ||
> **Please read the [contribution guidelines](https://github.com/arcticicestudio/styleguide-javascript/blob/master/CONTRIBUTING.md) before filling out this issue template**. | ||
## [Please follow one of the issue templates](https://github.com/arcticicestudio/styleguide-javascript/issues/new/choose) | ||
|
||
To keep the backlog clean and actionable, issues should be opened using [one the provided issue templates](https://github.com/arcticicestudio/styleguide-javascript/issues/new/choose) to help maintainers and the community to understand it, find related reports and to resolve tickets faster. | ||
|
||
### Support | ||
|
||
If you got a question or need help with any aspect of the project feel free to [join the community](https://spectrum.chat/arcticicestudio) and ensure to read the [project documentations](https://github.com/arcticicestudio/styleguide-javascript). | ||
If you got a question or need help with any aspect of the project feel free to ask and ensure to read the [extensive project documentations](https://arcticicestudio.github.io/styleguide-javascript). | ||
|
||
You can also search for already opened and related issue using the search for the [“question“](https://github.com/arcticicestudio/styleguide-javascript/labels/type-question) issue label. |
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
Oops, something went wrong.