File tree Expand file tree Collapse file tree 2 files changed +21
-21
lines changed Expand file tree Collapse file tree 2 files changed +21
-21
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "i18n-ally.localesPaths" : [
3
- " public/locales"
4
- ],
5
- "i18n-ally.keystyle" : " nested" ,
6
- "eslint.validate" : [
7
- " javascript" ,
8
- " javascriptreact" ,
9
- " typescript" ,
10
- " typescriptreact"
11
- ],
12
- "editor.codeActionsOnSave" : {
13
- "source.fixAll.eslint" : true
14
- },
15
- "editor.renderWhitespace" : " all" ,
16
- "editor.formatOnSave" : true ,
17
- "eslint.format.enable" : true ,
18
- "eslint.run" : " onType"
19
- }
2
+ "i18n-ally.localesPaths" : [" public/locales" ],
3
+ "i18n-ally.keystyle" : " nested" ,
4
+ "eslint.validate" : [
5
+ " javascript" ,
6
+ " javascriptreact" ,
7
+ " typescript" ,
8
+ " typescriptreact"
9
+ ],
10
+ "editor.codeActionsOnSave" : {
11
+ "source.fixAll.eslint" : " explicit"
12
+ },
13
+ "editor.renderWhitespace" : " all" ,
14
+ "editor.formatOnSave" : true ,
15
+ "eslint.format.enable" : true ,
16
+ "eslint.run" : " onType"
17
+ }
Original file line number Diff line number Diff line change @@ -10,9 +10,11 @@ This is an app for Apple Silicon Macs. It will not work on Intel macs. Do you ha
10
10
11
11
### Installation
12
12
13
- - Option 1: install through brew with ` brew install battery `
14
- - Option 2: [ You can download the latest app dmg version here] ( https://github.com/actuallymentor/battery/releases/ ) .
15
- - Option 3: command-line only installation (see section below)
13
+ - Option 1: install the app through brew with ` brew install battery `
14
+ - Option 2: [ download the app dmg version here] ( https://github.com/actuallymentor/battery/releases/ )
15
+ - Option 3: install ONLY the command line interface (see section below)
16
+
17
+ When installing via brew or dmg, opening the macOS app is required to complete the installation.
16
18
17
19
The first time you open the app, it will ask for your administator password so it can install the needed components. Please note that the app:
18
20
You can’t perform that action at this time.
0 commit comments