-
```
var sassbeautify = require('gulp-sassbeautify');
gulp.task('beautify-scss', function () {
gulp.src('src/**/*.scss')
.pipe(sassbeautify())
.pipe(gulp.dest('src'))
});
`…
-
1. Upload a relatively large folder containing images of various sizes
**Atom Version**: 0.179.0
**System**: linux 3.16.7-7-desktop
**Thrown From**: [remote-sync](https://github.com/yongkangchen/remo…
-
I wanted to see the code of agentmaps.js un-minified to work on path finding algorithms. I am very new to javascript. Please overlook my ignorance. While I was working on unminifying, the beautifiers …
-
[Enter steps to reproduce:]
1. ...
2. ...
**Atom**: 1.53.0 x64
**Electron**: 6.1.12
**OS**: Microsoft Windows 10 Home Single Language
**Thrown From**: [atom-beautify](https://github.com/Glav…
-
Hi,
When I try to connect/subscribe to `SpotUserDataStream`, I get an error message stating `Invalid API key, IP, or permissions for action.` (code: 2015).
```ts
const wsClient = new WebsocketC…
ozum updated
5 months ago
-
# Description
The results of beautification are not what I expect. I'm using Atom Beautify together with https://github.com/ricardofbarros/linter-js-standard with the `[JavaScript Semi-Standard Sty…
-
Here is my quick and easy design based off the JS logo:
Any other designs, 👍 or even an organisation icon would probs be useful
ghost updated
3 years ago
-
# Description
There is a conflict between js-beautify and eslint in terms of the level of indent for a single-line arrow function (such as a React component) that is returning JSX markup. I believe t…
-
Format.bat does not load in the JavaScript files required.
(call prettier --write "./Acc.DC.API.U.js")
Requires something like
(call prettier --write "./**/{Acc.DC.API.U.js,accdc_bootstrap.js…
-
- VSCode Version: Code 1.13.1 (379d2efb5539b09112c793d3d9a413017d736f89, 2017-06-14T18:21:47.485Z)
- OS Version: Windows_NT ia32 6.1.7601
- Extensions: none
---
Steps to Reproduce:
Without http…