Skip to content

Commit

Permalink
fix: authorize global assignment in PostCSS file (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahdayan committed Sep 9, 2020
1 parent 99a04ae commit 1a69fa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postcss.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* eslint-disable import/no-commonjs */
/* eslint-disable import/no-commonjs, no-global-assign */

// When the configuration file refers to `window`, we need to shim it so it
// doesn't break when processed with Node during the build step.
Expand Down

0 comments on commit 1a69fa1

Please sign in to comment.