Skip to content

Commit

Permalink
πŸ“ update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticatea committed Sep 5, 2019
1 parent 9c574ba commit 1fe8c52
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Expand Up @@ -21,12 +21,16 @@ $ npm install --save-dev eslint eslint-plugin-node

**.eslintrc.json** (An example)

```json
```jsonc
{
"extends": [
"eslint:recommended",
"plugin:node/recommended"
],
"parserOptions": {
// Only ESLint 6.2.0 and later support ES2020.
"ecmaVersion": 2020
},
"rules": {
"node/exports-style": ["error", "module.exports"],
"node/file-extension-in-import": ["error", "always"],
Expand Down Expand Up @@ -159,7 +163,7 @@ Those preset config:

- [GitHub Releases](https://github.com/mysticatea/eslint-plugin-node/releases)

## πŸ’Ž Contributing
## ❀️ Contributing

Welcome contributing!

Expand Down

0 comments on commit 1fe8c52

Please sign in to comment.