Skip to content
This repository has been archived by the owner on Jun 10, 2021. It is now read-only.

Commit

Permalink
Eslint: update eslint config (#574)
Browse files Browse the repository at this point in the history
  • Loading branch information
FilipMessa committed Mar 21, 2019
1 parent f5bf12c commit ea21dfa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ module.exports = {
es6: true,
jest: true,
node: true,
browser: true
browser: true,
},
rules: {
'react/sort-comp': ERROR,
'no-unused-vars': [ERROR, { args: "after-used"}],
'no-unused-vars': [ERROR, { args: 'after-used' }],
'no-restricted-imports': [
ERROR,
{
Expand Down Expand Up @@ -48,7 +48,7 @@ module.exports = {
'Button',
],
message:
'Please use @kiwicom/universal-components instead, and @kiwicom/margarita-components for TouchableWithoutFeedback',
'Please use @kiwicom/universal-components instead, and @kiwicom/margarita-components for TouchableWithoutFeedback and Text',
},
{
name: 'react-navigation',
Expand Down

0 comments on commit ea21dfa

Please sign in to comment.