feat(eslint): jsx-quotes
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
		@@ -53,7 +53,7 @@
 | 
				
			|||||||
- [X] "indent"
 | 
					- [X] "indent"
 | 
				
			||||||
- [X] "indent-legacy"
 | 
					- [X] "indent-legacy"
 | 
				
			||||||
- [ ] "init-declarations"
 | 
					- [ ] "init-declarations"
 | 
				
			||||||
- [ ] "jsx-quotes"
 | 
					- [X] "jsx-quotes"
 | 
				
			||||||
- [X] "key-spacing"
 | 
					- [X] "key-spacing"
 | 
				
			||||||
- [X] "keyword-spacing"
 | 
					- [X] "keyword-spacing"
 | 
				
			||||||
- [ ] "line-comment-position"
 | 
					- [ ] "line-comment-position"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -121,6 +121,10 @@
 | 
				
			|||||||
  "indent-legacy": [
 | 
					  "indent-legacy": [
 | 
				
			||||||
    "off"
 | 
					    "off"
 | 
				
			||||||
  ],
 | 
					  ],
 | 
				
			||||||
 | 
					  "jsx-quotes": [
 | 
				
			||||||
 | 
					    "error",
 | 
				
			||||||
 | 
					    "prefer-double"
 | 
				
			||||||
 | 
					  ],
 | 
				
			||||||
  "key-spacing": [
 | 
					  "key-spacing": [
 | 
				
			||||||
    "error",
 | 
					    "error",
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
@@ -181,12 +185,6 @@
 | 
				
			|||||||
      "tabWidth": 4
 | 
					      "tabWidth": 4
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  ],
 | 
					  ],
 | 
				
			||||||
  "no-param-reassign": [
 | 
					 | 
				
			||||||
    "warn",
 | 
					 | 
				
			||||||
    {
 | 
					 | 
				
			||||||
      "props": true
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
  ],
 | 
					 | 
				
			||||||
  "max-lines": [
 | 
					  "max-lines": [
 | 
				
			||||||
    "off"
 | 
					    "off"
 | 
				
			||||||
  ],
 | 
					  ],
 | 
				
			||||||
@@ -343,6 +341,12 @@
 | 
				
			|||||||
  "no-octal-escape": [
 | 
					  "no-octal-escape": [
 | 
				
			||||||
    "error"
 | 
					    "error"
 | 
				
			||||||
  ],
 | 
					  ],
 | 
				
			||||||
 | 
					  "no-param-reassign": [
 | 
				
			||||||
 | 
					    "warn",
 | 
				
			||||||
 | 
					    {
 | 
				
			||||||
 | 
					      "props": true
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					  ],
 | 
				
			||||||
  "no-path-concat": [
 | 
					  "no-path-concat": [
 | 
				
			||||||
    "error"
 | 
					    "error"
 | 
				
			||||||
  ],
 | 
					  ],
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user