@aleph-alpha/eslint-config-frontend
This is an eslint-config with basic recommended/required config for a aleph-alpha frontend applications.
# To install this package
yarn add @aleph-alpha/eslint-config-frontend
# Usage example
# In .eslintrc.js
module.exports = {
extends: ['@aleph-alpha/eslint-config-frontend'],
};
# How to use rules
# TODO: Add how to use rules.