Skip to content

Commit

Permalink
Linters error
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Normal-One1 committed Nov 11, 2022
1 parent 31a91ce commit ee78218
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"bugs": {
"url": "https://github.com/The-Normal-One1/To-Do-List/issues"
},
"eslintIgnore": ["tasks.js"],
"homepage": "https://github.com/The-Normal-One1/To-Do-List#readme",
"devDependencies": {
"babel-eslint": "^10.1.0",
Expand Down
1 change: 1 addition & 0 deletions src/modules/tasks.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// import renderTodos from '..';
// eslint-disable-line
import { todoInput } from './do.js';

// Vars
Expand Down

0 comments on commit ee78218

Please sign in to comment.