Skip to content

Commit 369b421

Browse files
style: formatting (#169)
1 parent 464120f commit 369b421

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,13 @@ module.exports = {
7272

7373
You can pass [eslint options](https://eslint.org/docs/developer-guide/nodejs-api#-new-eslintoptions).
7474

75-
> **Note**
75+
> **Note**
7676
>
77-
> The config option you provide will be passed to the `ESLint` class.
78-
This is a different set of options than what you'd specify in `package.json` or `.eslintrc`.
79-
See the [eslint docs](https://eslint.org/docs/developer-guide/nodejs-api#-new-eslintoptions) for more details.
77+
> The config option you provide will be passed to the `ESLint` class.
78+
> This is a different set of options than what you'd specify in `package.json` or `.eslintrc`.
79+
> See the [eslint docs](https://eslint.org/docs/developer-guide/nodejs-api#-new-eslintoptions) for more details.
8080
81-
> **Warning**:
81+
> **Warning**:
8282
>
8383
> In eslint-webpack-plugin version 1 the options were passed to the now deprecated [CLIEngine](https://eslint.org/docs/developer-guide/nodejs-api#cliengine).
8484

commitlint.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module.exports = {
22
extends: ['@commitlint/config-conventional'],
33
rules: {
4-
"header-max-length": [0],
5-
"body-max-line-length": [0],
6-
"footer-max-line-length": [0],
4+
'header-max-length': [0],
5+
'body-max-line-length': [0],
6+
'footer-max-line-length': [0],
77
},
88
};

0 commit comments

Comments
 (0)