Skip to content

Commit

Permalink
fix: disable no-unused-expressions in cson files
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Mar 21, 2021
1 parent 3861fd2 commit 4330074
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/cson.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,8 @@ const { coffeeConfig } = require("./coffeescript")
exports.csonConfig = {
...coffeeConfig,
files: ["**/*.cson"],
rules: {
// cson expressions are exported by default
"no-unused-expressions": "off",
},
}

0 comments on commit 4330074

Please sign in to comment.