@@ -53,6 +53,7 @@ README.md
|
||||
chromium_presubmit_config.json5
|
||||
jest.config.js
|
||||
snapcraft.yaml
|
||||
.eslintrc.js
|
||||
|
||||
# Ignored minified javascript
|
||||
components/brave_wallet/resources/solana_web3_script.js
|
||||
@@ -62,6 +63,7 @@ components/brave_wallet/resources/solana_web3_script.js
|
||||
/components/ai_rewriter/
|
||||
/components/brave_new_tab_ui/
|
||||
/components/brave_rewards/
|
||||
/components/brave_wallet/
|
||||
/components/brave_wallet_ui/
|
||||
/components/brave_shields/
|
||||
/components/brave_vpn/
|
||||
|
||||
+3
-5
@@ -5,7 +5,7 @@
|
||||
|
||||
/** @type {import("prettier").Config} */
|
||||
module.exports = {
|
||||
'trailingComma': 'none',
|
||||
'trailingComma': 'all',
|
||||
'tabWidth': 2,
|
||||
'semi': false,
|
||||
'singleQuote': true,
|
||||
@@ -21,11 +21,9 @@ module.exports = {
|
||||
'plugins': [],
|
||||
'printWidth': 80,
|
||||
'proseWrap': 'always',
|
||||
'rangeEnd': Infinity,
|
||||
'rangeStart': 0,
|
||||
'requirePragma': false,
|
||||
'useTabs': false,
|
||||
'vueIndentScriptAndStyle': false,
|
||||
'bracketSameLine': false,
|
||||
'singleAttributePerLine': true
|
||||
'singleAttributePerLine': true,
|
||||
'experimentalOperatorPosition': 'start',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user