摘要:
{ // 使用双引号包裹属性名 "quoteProps": "consistent", // 对象的键值对之间使用一致的空格 "bracketSpacing": true, // 行尾使用分号 "semi": true, // 行尾使用单引号而不是双引号 "singleQuote": true, / 阅读全文
摘要:
print 'hello world!'module.exports = { // 扩展配置,包含Next.js的核心Web Vitals插件和TypeScript支持插件等 extends: ['next/core-web-vitals', 'plugin:@typescript-eslint/r 阅读全文