WebDevStudios / wds-block-starter

A block starter for projects.
15 stars 3 forks source link

Fix linting issues #27

Closed donmhico closed 4 years ago

donmhico commented 4 years ago

Issue

Running the linting commands gives errors / warnings.

$ npm run lint:css
$ npm run lint:js
$ npm run lint:php

Screenshots

Lint CSS

Lint JS

Lint PHP

Proposal

IMHO, there shouldn't be any linting errors / warnings in the "bare" files.

donmhico commented 4 years ago

Closed

Turn out that this issue only happens on scaffolded block. I re-created this issue in here.