Initial commit
This commit is contained in:
		
							
								
								
									
										30
									
								
								.eslintrc
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										30
									
								
								.eslintrc
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,30 @@
 | 
			
		||||
{
 | 
			
		||||
    "extends": "airbnb",
 | 
			
		||||
    "plugins": [
 | 
			
		||||
        "react"
 | 
			
		||||
    ],
 | 
			
		||||
    "env": {
 | 
			
		||||
        "browser": true,
 | 
			
		||||
        "commonjs": true,
 | 
			
		||||
        "es6": true,
 | 
			
		||||
        "node": true
 | 
			
		||||
    },
 | 
			
		||||
    "parserOptions": {
 | 
			
		||||
        "ecmaFeatures": {
 | 
			
		||||
            "jsx": true
 | 
			
		||||
        },
 | 
			
		||||
        "sourceType": "module"
 | 
			
		||||
    },
 | 
			
		||||
    "rules": {
 | 
			
		||||
        "no-const-assign": "warn",
 | 
			
		||||
        "no-this-before-super": "warn",
 | 
			
		||||
        "no-undef": "warn",
 | 
			
		||||
        "no-unreachable": "warn",
 | 
			
		||||
        "no-unused-vars": "warn",
 | 
			
		||||
        "constructor-super": "warn",
 | 
			
		||||
        "valid-typeof": "warn",
 | 
			
		||||
        "semi": [2, "always"],
 | 
			
		||||
        "indent": [2,4],
 | 
			
		||||
        "no-path-concat": 0
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user