[READ-ONLY] Mirror of https://github.com/lion-byte/eslint-config. ESLint config for personal projects
eslint-config personal-config
0

Configure Feed

Select the types of activity you want to include in your feed.

test(index): Fix test snapshot

Mark Hernandez (Nov 6, 2019, 12:14 AM -0600) 89f7fa0d a46687ce

+9
+9
test/__snapshots__/index.test.js.snap
··· 17 17 ], 18 18 "rules": Object { 19 19 "no-var": "error", 20 + "quotes": Array [ 21 + "error", 22 + "single", 23 + Object { 24 + "allowTemplateLiterals": true, 25 + "avoidEscape": true, 26 + }, 27 + ], 28 + "react/jsx-fragments": "off", 20 29 "react/jsx-uses-react": "error", 21 30 "react/jsx-uses-vars": "error", 22 31 },