mirror of
https://github.com/d0zingcat/solana-agent-kit.git
synced 2026-05-14 07:26:46 +00:00
Chore: Readme to Ignore pattern
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
"plugin:@typescript-eslint/recommended",
|
||||
"prettier"
|
||||
],
|
||||
"ignorePatterns": ["examples/**/*", "src/utils/keypair.ts", "test/**/*"],
|
||||
"ignorePatterns": ["examples/**/*", "src/utils/keypair.ts", "test/**/*", "README.md"],
|
||||
"rules": {
|
||||
"prettier/prettier": "error",
|
||||
"no-constant-condition": "off",
|
||||
|
||||
Reference in New Issue
Block a user