UNPKG
@architect/eslint-config
Version:
RC (3.0.0-RC.4)
latest (3.0.0)
3.0.0
3.0.0-RC.4
3.0.0-RC.3
3.0.0-RC.2
3.0.0-RC.1
3.0.0-RC.0
2.1.2
2.1.1
2.1.0
2.1.0-RC.0
2.0.1
2.0.1-no-import
2.0.1-no-filenames-fp
2.0.1-no-filenames
2.0.1-RC.1
2.0.1-RC.0
2.0.0
2.0.0-RC.2
2.0.0-RC.1
2.0.0-RC.0
1.0.1
1.0.0
0.0.1
0.0.0
Architect standard ESLint configuration
github.com/architect/eslint-config
architect/eslint-config
@architect/eslint-config
/
src
/
rules
/
index.js
8 lines
(6 loc)
•
220 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
// Adapted with gratitude from eslint-plugin-filenames (https://github.com/selaux/eslint-plugin-filenames) and used under an MIT license
module
.
exports
= { rules: {
'match-regex'
: require(
'./match-regex'
), }, }