Skip to content

Commit 0a3b3f3

Browse files
committed
Turn off jsx-quotes
Release version 1.0.2.
1 parent b991279 commit 0a3b3f3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ module.exports = {
7575
'jsdoc/require-returns': 'warn',
7676
'jsdoc/valid-types': 'warn',
7777

78+
'jsx-quotes': 'off',
79+
7880
'no-extra-semi': 'error',
7981
'no-warning-comments': ['warn', { 'terms': ['FIXME', 'TODO', 'TO-DO', 'HACK', 'HERE BE DRAGONS'], 'location': 'anywhere' }],
8082
'no-undefined': 'warn',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-tree",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Shared Tree configuration that contains overrides and enhancements on top of the base frontier configuration.",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)