Skip to content

Commit

Permalink
chore: linter set up
Browse files Browse the repository at this point in the history
  • Loading branch information
whitedogg13 committed Feb 6, 2021
1 parent 0032408 commit a4b4a0d
Show file tree
Hide file tree
Showing 5 changed files with 7,980 additions and 2,628 deletions.
5 changes: 5 additions & 0 deletions .eslintignore
@@ -0,0 +1,5 @@
node_modules/
coverage/
dist/
lib/
example/
3 changes: 3 additions & 0 deletions .eslintrc.js
@@ -0,0 +1,3 @@
module.exports = {
extends: ['@react-native-community'],
};
6 changes: 6 additions & 0 deletions .prettierrc.js
@@ -0,0 +1,6 @@
module.exports = {
bracketSpacing: false,
jsxBracketSameLine: true,
singleQuote: true,
trailingComma: 'all',
};

0 comments on commit a4b4a0d

Please sign in to comment.