Skip to content

Commit f7d5140

Browse files
committed
chore: fix lint errors
1 parent c92350d commit f7d5140

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

lib/util/stylesheet.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
'use strict';
32

43
/**
@@ -86,7 +85,6 @@ StyleSheets.prototype.getObjectExpressions = function () {
8685
return this.objectExpressions;
8786
};
8887

89-
9088
let currentContent;
9189
const getSourceCode = (node) => currentContent
9290
.getSourceCode(node)

tests/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
'use strict';
55

6-
76
const assert = require('assert');
87
const fs = require('fs');
98
const path = require('path');

tests/lib/rules/no-inline-styles.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ require('babel-eslint');
2020

2121
const ruleTester = new RuleTester();
2222

23-
2423
const tests = {
2524

2625
valid: [

0 commit comments

Comments
 (0)