mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-01-13 09:30:30 +08:00
7 lines
133 B
JavaScript
7 lines
133 B
JavaScript
/* eslint-env node */
|
|
/* eslint-disable import/no-commonjs */
|
|
|
|
module.exports = {
|
|
extends: ['@commitlint/config-conventional'],
|
|
};
|