Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

delete cr eslint

//edit .eslintrc.js

module.exports = {
  root: true,
  extends: '@react-native-community',
  rules: {'prettier/prettier': ['error', {endOfLine: 'auto'}]}, //add this line
};
 
PREVIOUS NEXT
Tagged: #delete #cr #eslint
ADD COMMENT
Topic
Name
1+2 =