Skip to content

Commit

Permalink
Add LICENSE and source-code notice.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevinjil committed Jul 14, 2020
1 parent 20871bc commit 602fa6f
Show file tree
Hide file tree
Showing 5 changed files with 690 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ module.exports = {
mocha: true
},
plugins: [
'chai-friendly'
'chai-friendly',
'header',
],
extends: [
'airbnb-typescript/base',
Expand All @@ -18,6 +19,7 @@ module.exports = {
'@typescript-eslint/no-empty-function': ['error', { allow: ['constructors'] }],
'@typescript-eslint/no-unused-expressions': 'off',
'chai-friendly/no-unused-expressions': 'error',
"header/header": [2, 'NOTICE']
},
parserOptions: {
project: './tsconfig.json',
Expand Down
Loading

0 comments on commit 602fa6f

Please sign in to comment.