Skip to content

Commit

Permalink
Merge pull request #19 from yazilimcimekani/deps
Browse files Browse the repository at this point in the history
chore(deps): Remove jest, tests and babel plugins
  • Loading branch information
mertssmnoglu authored Jul 7, 2023
2 parents ed677aa + 4152ccd commit 888f431
Show file tree
Hide file tree
Showing 11 changed files with 692 additions and 6,156 deletions.
3 changes: 1 addition & 2 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ module.exports = {
extends: [
'eslint:recommended',
'plugin:security/recommended',
'prettier',
'plugin:jest/recommended'
'prettier'
],
overrides: [],
parserOptions: {
Expand Down
1 change: 0 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
* text=auto
*.sln text eol=crlf

# Denote all files that are truly binary and should not be modified.
*.png binary
Expand Down
24 changes: 0 additions & 24 deletions .github/workflows/test.yml

This file was deleted.

1 change: 0 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ LICENSE
*.md
.prettierrc.json
.prettier-ignore
jest.config.mjs
babel.config.json
2 changes: 1 addition & 1 deletion .prettierrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"tabWidth": 4,
"useTabs": false,
"trailingComma": "none",
"endOfLine": "crlf",
"endOfLine": "auto",
"singleQuote": true
}
22 changes: 0 additions & 22 deletions babel.config.json

This file was deleted.

2 changes: 1 addition & 1 deletion bin/mdoctor.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import cli from '../src/cli.js';
import yargs from 'yargs-parser';

let args = yargs(process.argv.slice(2), {
configuration: { 'short-option-groups': true, 'camel-case-expansion': true },
configuration: { 'short-option-groups': true, 'camel-case-expansion': true }
});

cli(args);
195 changes: 0 additions & 195 deletions jest.config.mjs

This file was deleted.

Loading

0 comments on commit 888f431

Please sign in to comment.