···11-import xo from "xo";
11+import xo from 'xo';
2233-export default xo.xoToEslintConfig([{ prettier: "compat" }]);
33+export default xo.xoToEslintConfig([{prettier: 'compat'}]);
+4-4
readme.md
···1919Update all of Terminal’s windows and tabs to the `profile` profile
20202121```javascript
2222-import { setTerminalProfile } from "terminal-profile";
2222+import {setTerminalProfile} from 'terminal-profile';
23232424-await setTerminalProfile("One Dark");
2424+await setTerminalProfile('One Dark');
2525```
26262727### `setTerminalDefaultProfile()`
···3333Update Terminal’s default profile to `profile`
34343535```javascript
3636-import { setTerminalDefaultProfile } from "terminal-profile";
3636+import {setTerminalDefaultProfile} from 'terminal-profile';
37373838-await setTerminalDefaultProfile("One Light");
3838+await setTerminalDefaultProfile('One Light');
3939```
40404141## Related