You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, we have nothing to ensure that people don't forget to remove their .onlys. This eslint-mocha plugin config will allow us to test for that. We'll need to add this package to the list of dependencies, and configure the eslint configs. This issue is just the package part. The linter part is smashingboxes/eslint-config-smashing-boxes#10
In order to allow for using .only in local development, we'll also want to change this line to posttest.
Right now, we have nothing to ensure that people don't forget to remove their
.only
s. This eslint-mocha plugin config will allow us to test for that. We'll need to add this package to the list of dependencies, and configure the eslint configs. This issue is just the package part. The linter part is smashingboxes/eslint-config-smashing-boxes#10In order to allow for using
.only
in local development, we'll also want to change this line toposttest
.cc @leeallen337
The text was updated successfully, but these errors were encountered: