Skip to content

Commit

Permalink
feat: ⚡ updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yungblud committed Mar 5, 2023
1 parent f3fd5d2 commit 8abb095
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,16 @@ npx install-peerdeps --dev eslint-config-coldsurfers
```

Basically, extending just `coldsurfers` is for nodejs-typescript eslint configuration.

# Prettier Config Setting

`.prettierrc.json`

```json
{
"trailingComma": "es5",
"tabWidth": 2,
"semi": false,
"singleQuote": true
}
```

0 comments on commit 8abb095

Please sign in to comment.