mirror of
				https://github.com/strapi/strapi.git
				synced 2025-10-31 09:56:44 +00:00 
			
		
		
		
	 154fc28a57
			
		
	
	
		154fc28a57
		
	
	
	
	
		
			
			As a result of taking a look on PR #1967 I realized there is 819 executable files in this repository. It is obvious this is an error.
		
			
				
	
	
		
			37 lines
		
	
	
		
			740 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			37 lines
		
	
	
		
			740 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| {
 | |
|   "parser": "babel-eslint",
 | |
|   "extends": "eslint:recommended",
 | |
|   "plugins": [
 | |
|       "react",
 | |
|       "babel",
 | |
|       "redux-saga"
 | |
|   ],
 | |
|   "env": {
 | |
|       "commonjs": true,
 | |
|       "es6": true,
 | |
|       "node": true,
 | |
|       "mocha": true,
 | |
|       "jest": true
 | |
|   },
 | |
|   "parserOptions": {
 | |
|       "ecmaFeatures": {
 | |
|           "experimentalObjectRestSpread": true,
 | |
|           "jsx": true
 | |
|       },
 | |
|       "sourceType": "module"
 | |
|   },
 | |
|   "globals": {
 | |
|     "strapi": true,
 | |
|     "window": true
 | |
|   },
 | |
|   "rules": {
 | |
|     "generator-star-spacing": 0,
 | |
|     "babel/generator-star-spacing": 0,
 | |
|     "indent": ["error", 2, { "SwitchCase": 1 }],
 | |
|     "linebreak-style": ["error", "unix"],
 | |
|     "no-console": 0,
 | |
|     "quotes": ["error", "single"],
 | |
|     "semi": ["error", "always"]
 | |
|   }
 | |
| }
 |