Skip to content

Commit 834c363

Browse files
committed
Add basic tests of the configuration & dependencies
1 parent bb2cd92 commit 834c363

File tree

5 files changed

+554
-0
lines changed

5 files changed

+554
-0
lines changed

config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
'use strict';
2+
13
module.exports = {
24
extends: ['eslint:recommended', 'prettier', 'prettier/react'],
35
parserOptions: {

0 commit comments

Comments
 (0)