File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Install this package and ESLint:
2020npm install --save-dev eslint eslint-config-async
2121```
2222
23- In your ` .eslintrc ` configuration file:
23+ In your ` .eslintrc.js ` configuration file:
2424
2525``` js
2626module .exports = {
@@ -37,7 +37,7 @@ Install this package and its peer dependencies:
3737npm install --save-dev eslint eslint-config-async eslint-plugin-node
3838```
3939
40- In your ` .eslintrc ` configuration file:
40+ In your ` .eslintrc.js ` configuration file:
4141
4242``` js
4343module .exports = {
@@ -58,7 +58,7 @@ Install this package and its peer dependencies:
5858npm install --save-dev eslint eslint-config-async eslint-plugin-node typescript @typescript-eslint/parser @typescript-eslint/eslint-plugin
5959```
6060
61- In your ` .eslintrc ` configuration file:
61+ In your ` .eslintrc.js ` configuration file:
6262
6363``` js
6464module .exports = {
@@ -127,4 +127,4 @@ module.exports = {
127127- "@typescript-eslint/promise-function-async": "error",
128128 }
129129}
130- ```
130+ ```
You can’t perform that action at this time.
0 commit comments