mirror of https://github.com/twbs/bootstrap.git
				
				
				
			Remove global jQuery in eslint because we import jQuery (#24246)
This commit is contained in:
		
							parent
							
								
									b9c4a5cde2
								
							
						
					
					
						commit
						347b3ac1c0
					
				| 
						 | 
				
			
			@ -3,8 +3,7 @@
 | 
			
		|||
  "parser": "babel-eslint",
 | 
			
		||||
  "env": {
 | 
			
		||||
    "browser": true,
 | 
			
		||||
    "es6": true,
 | 
			
		||||
    "jquery": true
 | 
			
		||||
    "es6": true
 | 
			
		||||
  },
 | 
			
		||||
  "extends": "eslint:recommended",
 | 
			
		||||
  "plugins": ["compat"],
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,7 +1,8 @@
 | 
			
		|||
{
 | 
			
		||||
  "env": {
 | 
			
		||||
    "es6": false,
 | 
			
		||||
    "qunit": true
 | 
			
		||||
    "qunit": true,
 | 
			
		||||
    "jquery": true
 | 
			
		||||
  },
 | 
			
		||||
  "globals": {
 | 
			
		||||
    "Util": false
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue