Skip to content

Instantly share code, notes, and snippets.

View TheFe91's full-sized avatar

Alessandro Defendenti TheFe91

View GitHub Profile
@TheFe91
TheFe91 / eslintrc.js
Created March 31, 2025 11:09
ESLint 8+ configuration for a React App
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,
@TheFe91
TheFe91 / Android Studio .gitignore
Created July 31, 2018 17:04 — forked from iainconnor/Android Studio .gitignore
A .gitignore for use in Android Studio
# Built application files
/*/build/
# Crashlytics configuations
com_crashlytics_export_strings.xml
# Local configuration file (sdk path, etc)
local.properties
# Gradle generated files