bitcoinjs-lib icon indicating copy to clipboard operation
bitcoinjs-lib copied to clipboard

fix: remove invalid ESLint rule '@/quotes'

Open wnqqnw19 opened this issue 2 months ago • 0 comments

Removed the invalid ESLint rule "@/quotes" from eslint.config.js. The rule was malformed (the @/ prefix is not valid in ESLint), and the quotes rule was already disabled on line 55, making this rule redundant. This could cause ESLint configuration errors or unexpected behavior.

wnqqnw19 avatar Dec 04 '25 18:12 wnqqnw19