• This project
    • Loading...
  • Sign in

이태화 / khu-notice-project

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • khu-notice-project
  • webcrawling-practice
  • node_modules
  • nodemon
  • commitlint.config.js
  • 이태화's avatar
    web crawling practice · abf264d1
    abf264d1
    이태화 authored 2020-10-29 00:31:20 +0900
commitlint.config.js 133 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7
module.exports = {
  rules: {
    'body-tense': [0, 'never', 0],
    lang: 'eng',
  },
  extends: ['@commitlint/config-angular'],
};