Benas Mandravickas
Benas Mandravickas
When using `grid-area` property, `scss/operator-no-unspaced` rule is being applied incorrectly. For example, current behavior: - `grid-area: 1 /1 / -1/-1;` gives no warnings - `grid-area: 1/1 / -1/-1;` gives no...
### Description `bit.envs/compilers/[email protected]` is based on `vue-cli-service build` with `--target lib`, and it uses Webpack, which doesn't output ESM (as defined in [Vue docs](https://cli.vuejs.org/guide/build-targets.html#library), there are only `common.js` and `umd`...
Let's say we have: ``` const [{ propertyA: { propertyBofA } }] = [{ propertyA: { propertyBofA: 'value' }}]; ``` In this case, rule does not get triggered.