Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Relax rule: Allow tagged template string expressions (no-unused-expre…
…ssions) Fixes: standard/standard#822 Fixes "Expected an assignment or function call and instead saw an expression." error when using a standalone tagged template string like: ```js var css = require('sheetify') css` .js-yellow { color: #f7df1e } .bg-js-yellow { background-color: #f7df1e } ` ```
- Loading branch information