Skip to content

Commit

Permalink
fix: disable eslint for all installed shell files, lint in dev
Browse files Browse the repository at this point in the history
  • Loading branch information
amcgee committed Jan 13, 2021
1 parent 0145e79 commit 81b2a61
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 13 deletions.
2 changes: 1 addition & 1 deletion shell/.eslintignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
src/D2App/*
**/*
11 changes: 0 additions & 11 deletions shell/.eslintrc.js

This file was deleted.

4 changes: 3 additions & 1 deletion shell/src/D2App/app.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import React from 'react'

export default () => <h2>PLACEHOLDER</h2>
const PlaceholderApp = () => <h2>PLACEHOLDER</h2>

export default PlaceholderApp

0 comments on commit 81b2a61

Please sign in to comment.