bitcoinjs-lib
bitcoinjs-lib copied to clipboard
fix: remove invalid ESLint rule '@/quotes'
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.