Skip to content

Commit

Permalink
Test eslint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ericfennis committed Nov 1, 2023
1 parent de9237c commit c715037
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
4 changes: 1 addition & 3 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import DEFAULT_ATTRS from './scripts/render/default-attrs.json' assert { type: 'json' };
const requiredSVGAttrs = Object.entries(DEFAULT_ATTRS)
.map(([attr, value]) => ({ tag: 'svg', attr, value: String(value) }));
const DEFAULT_ATTRS = require('./scripts/render/default-attrs.json');

module.exports = {
root: true,
Expand Down
18 changes: 9 additions & 9 deletions icons/theater.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c715037

Please sign in to comment.