32 lines
		
	
	
		
			480 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			480 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
{
 | 
						|
  "extends": [
 | 
						|
    "taro"
 | 
						|
  ],
 | 
						|
  "rules": {
 | 
						|
    "no-unused-vars": [
 | 
						|
      "error",
 | 
						|
      {
 | 
						|
        "varsIgnorePattern": "Taro"
 | 
						|
      }
 | 
						|
    ],
 | 
						|
    "react/jsx-filename-extension": [
 | 
						|
      1,
 | 
						|
      {
 | 
						|
        "extensions": [
 | 
						|
          ".js",
 | 
						|
          ".jsx",
 | 
						|
          ".tsx"
 | 
						|
        ]
 | 
						|
      }
 | 
						|
    ]
 | 
						|
  },
 | 
						|
  "parser": "@typescript-eslint/parser",
 | 
						|
  "parserOptions": {
 | 
						|
    "ecmaFeatures": {
 | 
						|
      "jsx": true
 | 
						|
    },
 | 
						|
    "useJSXTextNode": true,
 | 
						|
    "project": "./tsconfig.json"
 | 
						|
  }
 | 
						|
}
 |