-
Notifications
You must be signed in to change notification settings - Fork 19
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
1 parent
96151c0
commit c87d705
Showing
7 changed files
with
57 additions
and
137 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
module.exports = { | ||
extends: ["./node_modules/js-code-style/config/eslint/eslint-config.js"], | ||
extends: ["./node_modules/poetic/config/eslint/eslint-config.js"], | ||
// Add custom rules here | ||
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
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 |
---|---|---|
@@ -1,11 +1,11 @@ | ||
{ | ||
"name": "js-code-style", | ||
"name": "poetic", | ||
"version": "0.0.1", | ||
"description": "Code style guide, linters and formatters for JavaScript, TypeScript and React.", | ||
"description": "Automatically install and maintain code style with linters and formatters for JavaScript, TypeScript and React.", | ||
"main": "config/index.js", | ||
"bin": "bin/install-boilerplate.js", | ||
"repository": "[email protected]:arianacosta/js-code-style.git", | ||
"homepage": "https://github.com/arianacosta/js-code-style", | ||
"repository": "[email protected]:arianacosta/poetic.git", | ||
"homepage": "https://github.com/arianacosta/poetic", | ||
"license": "MIT", | ||
"scripts": { | ||
"project:upgrade:dependencies": "yarn upgrade-interactive --latest" | ||
|
Oops, something went wrong.