Skip to content

Commit

Permalink
Merge branch 'release/4.0.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
ravorona committed Nov 3, 2021
2 parents 29b04d3 + 476dfa8 commit 2dcdeb1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
15 changes: 2 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,5 @@ Set `extends` property inside your [ESLint configuration](https://eslint.org/doc
}
```

Prefer [Prettier](https://prettier.io) for formatting rules by adding your [Prettier configuration file](https://prettier.io/docs/en/configuration.html) – e.g:
```json
{
"printWidth": 120,
"useTabs": false,
"tabWidth": 4,
"singleQuote": true,
"quoteProps": "consistent",
"arrowParens": "avoid",
"trailingComma": "none",
"semi": false
}
```
## Formatting rules
Prefer [Prettier](https://prettier.io) for formatting rules.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ravorona/eslint-config",
"version": "4.0.3",
"version": "4.0.4",
"description": "ESLint configuration",
"main": ".eslintrc",
"repository": "[email protected]:ravorona/eslint-config.git",
Expand Down

0 comments on commit 2dcdeb1

Please sign in to comment.