ESLint
변경한 ESLint Rules
"rules": {
"react/react-in-jsx-scope": "off",
"react/jsx-props-no-spreading": "off",
"import/no-extraneous-dependencies": "off",
"import/no-unresolved": "off",
"no-shadow": "off",
"react/forbid-prop-types": "off",
"consistent-return": "off"
}
변경한 stylelint Rules
"rules": {
"prettier/prettier": true,
"value-keyword-case": null
}
Prettier
{
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": false,
"singleQuote": true,
"quoteProps": "as-needed",
"trailingComma": "all",
"bracketSpacing": true,
"arrowParens": "always",
"proseWrap": "preserve",
"endOfLine": "crlf",
"htmlWhitespaceSensitivity": "css",
}
stylelint