Skip to content

Commit

Permalink
added badges to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
arianacosta committed Sep 7, 2019
1 parent 7bec2ff commit 17e190a
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 deletions.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,24 @@
<p align="center">
<img alt="Lerna" src="https://user-images.githubusercontent.com/13475001/64478843-6dcfde00-d17c-11e9-98a5-a2eabdc40c1c.png" height="75">
<img alt="Lerna" src="https://user-images.githubusercontent.com/13475001/64478843-6dcfde00-d17c-11e9-98a5-a2eabdc40c1c.png" width="200">
</p>

<p align="center">
Automatic code styling for JavaScript, TypeScript and React.
</p>

<p align="center">
<a href="https://www.npmjs.com/package/poetic"><img alt="NPM Status" src="https://img.shields.io/npm/v/poetic"></a>
<a href="https://github.com/arianacosta/poetic"><img alt="Code Size" src="https://img.shields.io/github/languages/code-size/arianacosta/poetic"></a>
</p>

Poetic installs and maintains ESLint, Prettier, EditorConfig and Airbnb rules for JavaScript, TypeScript and React.

<p align="center">
<img alt="Poetic installation example" src="https://user-images.githubusercontent.com/13475001/64479604-7bd72c00-d187-11e9-983a-a5fe0f7a9ec3.gif"
width="400"
>
</p>
## Install

On the root of your project run:
Expand Down
4 changes: 2 additions & 2 deletions boilerplate/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
// Poetic base configuration
/* Poetic base configuration */
"extends": "./node_modules/poetic/config/typescript/tsconfig.json",
// Add your custom configuration after this
/* Add your custom configuration after this */
"target": "es5",
"include": ["src/**/*"],
"compilerOptions": {
Expand Down
2 changes: 1 addition & 1 deletion config/typescript/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
/* Strict Type-Checking Options */
"strict": false, /* Enable all strict type-checking options. */,
"strict": false, /* Enable all strict type-checking options. */
"noImplicitAny": true, /* Raise error on expressions and declarations with an implied 'any' type. */
"strictNullChecks": true, /* Enable strict null checks. */
"strictFunctionTypes": true, /* Enable strict checking of function types. */
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "poetic",
"version": "0.0.1",
"version": "1.0.0",
"description": "Automatically install and maintain your code style with linters and formatters for JavaScript, TypeScript and React.",
"main": "config/index.js",
"bin": "bin/install-boilerplate.js",
Expand Down

0 comments on commit 17e190a

Please sign in to comment.