mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-05 09:19:17 +08:00
6 lines
111 B
JavaScript
6 lines
111 B
JavaScript
/* eslint-disable import/no-commonjs */
|
|
|
|
module.exports = {
|
|
extends: ['@commitlint/config-conventional'],
|
|
};
|