mirror of
				https://gitlab.com/questable/questable-web-ui
				synced 2025-11-04 04:20:06 +01:00 
			
		
		
		
	Remove yarn.lock, update eslintrc, gitignore.
This commit is contained in:
		@@ -3,7 +3,7 @@ module.exports = {
 | 
				
			|||||||
		"browser": true,
 | 
							"browser": true,
 | 
				
			||||||
		"es6": true
 | 
							"es6": true
 | 
				
			||||||
	},
 | 
						},
 | 
				
			||||||
	"extends": "eslint:recommended",
 | 
						"extends": ["eslint:recommended", "plugin:react/recommended"],
 | 
				
			||||||
	"globals": {
 | 
						"globals": {
 | 
				
			||||||
		"Atomics": "readonly",
 | 
							"Atomics": "readonly",
 | 
				
			||||||
		"SharedArrayBuffer": "readonly"
 | 
							"SharedArrayBuffer": "readonly"
 | 
				
			||||||
@@ -35,5 +35,10 @@ module.exports = {
 | 
				
			|||||||
			"error",
 | 
								"error",
 | 
				
			||||||
			"always"
 | 
								"always"
 | 
				
			||||||
		]
 | 
							]
 | 
				
			||||||
 | 
						},
 | 
				
			||||||
 | 
						"settings": {
 | 
				
			||||||
 | 
							"react": {
 | 
				
			||||||
 | 
								"version": "detect"
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
							
								
								
									
										2
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@@ -21,3 +21,5 @@
 | 
				
			|||||||
npm-debug.log*
 | 
					npm-debug.log*
 | 
				
			||||||
yarn-debug.log*
 | 
					yarn-debug.log*
 | 
				
			||||||
yarn-error.log*
 | 
					yarn-error.log*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					src/config.js
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -3,6 +3,8 @@
 | 
				
			|||||||
  "version": "0.1.0",
 | 
					  "version": "0.1.0",
 | 
				
			||||||
  "private": true,
 | 
					  "private": true,
 | 
				
			||||||
  "dependencies": {
 | 
					  "dependencies": {
 | 
				
			||||||
 | 
					    "axios": "^0.18.0",
 | 
				
			||||||
 | 
					    "prop-types": "^15.7.2",
 | 
				
			||||||
    "react": "^16.8.4",
 | 
					    "react": "^16.8.4",
 | 
				
			||||||
    "react-dom": "^16.8.4",
 | 
					    "react-dom": "^16.8.4",
 | 
				
			||||||
    "react-scripts": "2.1.8"
 | 
					    "react-scripts": "2.1.8"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user