Summary: Ref T2496 Stworzenie module starter Reviewers: kuba-orlik Reviewed By: kuba-orlik Subscribers: kuba-orlik Maniphest Tasks: T2496, T249 Differential Revision: https://hub.sealcode.org/D1181
		
			
				
	
	
		
			18 lines
		
	
	
		
			327 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			327 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
{
 | 
						|
  "linters": {
 | 
						|
      "prettier": {
 | 
						|
        "type": "prettier",
 | 
						|
        "bin": "./node_modules/.bin/prettier",
 | 
						|
        "include": [
 | 
						|
          "(src/.*\\.[tj]s$)"
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "eslint": {
 | 
						|
        "type": "eslint",
 | 
						|
        "include": [
 | 
						|
          "(src/.*\\.ts$)",
 | 
						|
          "(src/.*\\.js$)"
 | 
						|
        ]
 | 
						|
      }
 | 
						|
    }
 | 
						|
} |