Skip to content

Commit

Permalink
chore: import examples eslintrc for getting-started eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
alisabzevari committed Aug 3, 2021
1 parent 0177374 commit a286de2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 16 deletions.
File renamed without changes.
16 changes: 0 additions & 16 deletions getting-started/.eslintrc

This file was deleted.

6 changes: 6 additions & 0 deletions getting-started/.eslintrc.js
@@ -0,0 +1,6 @@
/* eslint-disable global-require */
/* eslint-disable strict */

module.exports = {
...require('../examples/.eslintrc.json'),
};

0 comments on commit a286de2

Please sign in to comment.