t_wの輪郭

Feedlyでフォローするボタン

あれ

2024/10/8 9:49:00
{
	"formatter": {
		"enabled": true
	},
	"linter": {
		"enabled": true,
		"rules": {
			"complexity": {
				"noStaticOnlyClass": "off"
			}
		}
	},
	"files": {
		"ignore": [
			"**/node_modules/**",
			"**/amplify/**",
			"**/ui-components/**",
			"**/models/**",
			"**/graphql/**",
		]
	}
}