Skip to content

Commit d12d64a

Browse files
committed
npm i && npm run test:update
1 parent 1a9616a commit d12d64a

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

demo/test/snapshots/linting-config.test.js.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ Generated by [AVA](https://ava.li).
6565
"@babel/semi": [␊
6666
"off"␊
6767
],␊
68+
"@typescript-eslint/block-spacing": [␊
69+
"off"␊
70+
],␊
6871
"@typescript-eslint/brace-style": [␊
6972
"off"␊
7073
],␊
@@ -80,6 +83,9 @@ Generated by [AVA](https://ava.li).
8083
"@typescript-eslint/indent": [␊
8184
"off"␊
8285
],␊
86+
"@typescript-eslint/key-spacing": [␊
87+
"off"␊
88+
],␊
8389
"@typescript-eslint/keyword-spacing": [␊
8490
"off"␊
8591
],␊
7 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)