5.0.6-alpha.0 • Published 2 years ago
eslint-config-reach-dragonfly v5.0.6-alpha.0
eslint-config-reach-dragonfly
Standard eslint setup for dragonfly project
Install
yarn add -D eslint eslint-formatter-table eslint-import-resolver-babel-module eslint-import-resolver-node eslint-import-resolver-typescript
So this sets up basic linting for Reach projects. It has specific rules for typescript and jest.
Rules & plugins
Javascript
React
Typescript
Jest
Usage
In your .eslintrc.js file add:
const { resolve } = require('path');
module.exports = {
extends: 'eslint-config-reach-dragonfly',
rules: {
// Project specific rules here...
},
};
Please note if you are using js, it will expect a babel.config.js in the root of the project.
For typescript ensure you have tsconfig.json
Copyright (c) 2022 "Reach Shared Services Ltd"
5.0.6-alpha.0
2 years ago
4.0.8
2 years ago
4.0.6-alpha.0
2 years ago
4.0.10
2 years ago
4.0.7
2 years ago
4.0.5
3 years ago
3.1.0
3 years ago
4.0.4
3 years ago
3.0.0
3 years ago
2.2.1
3 years ago
2.2.0
3 years ago
2.0.1-alpha.0
3 years ago
2.1.0
3 years ago
2.0.0
3 years ago
1.1.0
3 years ago
1.0.0
3 years ago
1.1.4-alpha.0
3 years ago
0.3.3-alpha.0
3 years ago
0.3.2
4 years ago
0.3.0
4 years ago
0.3.1
4 years ago
0.2.0
4 years ago
0.1.1
4 years ago
0.1.0
4 years ago