Skip to content

Commit

Permalink
Disable eslint errors for this file
Browse files Browse the repository at this point in the history
It was complaining and wanting to use shorthand properties. But I think that it's more descriptive as is and so disabling that rule.
  • Loading branch information
aullman committed Oct 28, 2019
1 parent 7478ceb commit e079dcd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/smalltalk.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* eslint-disable putout/putout */

'use strict';

const path = require('path');
Expand Down

0 comments on commit e079dcd

Please sign in to comment.