This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const off = 'off'; | |
const warn = 'warn'; | |
const error = 'error'; | |
const listOfRules = { | |
a11y: { | |
'jsx-a11y/anchor-is-valid': [warn, { aspects: ['invalidHref'] }], | |
'jsx-a11y/click-events-have-key-events': off, | |
'jsx-a11y/control-has-associated-label': off, | |
'jsx-a11y/label-has-associated-control': off, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Built application files | |
/*/build/ | |
# Crashlytics configuations | |
com_crashlytics_export_strings.xml | |
# Local configuration file (sdk path, etc) | |
local.properties | |
# Gradle generated files |