Skip to content

Commit a34c83e

Browse files
chore: cleanup coffeescript files and references (#2401)
1 parent ca1c81b commit a34c83e

5 files changed

Lines changed: 5 additions & 111 deletions

File tree

.editorconfig

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,6 @@ insert_final_newline = true
1010
charset = utf-8
1111
trim_trailing_whitespace = true
1212

13-
# CoffeeScript files
14-
[*.{coffee}]
15-
indent_style = space
16-
indent_size = 2
17-
max_line_length = 100
18-
1913
[*.{js,mjs,jsx,ts,tsx}]
2014
indent_style = space
2115
indent_size = 2

.github/workflows/javascript-lint.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,17 @@ on:
66
paths:
77
- '**/*.js'
88
- '**/*.jsx'
9+
- '**/*.ts'
10+
- '**/*.tsx'
911
- '**/*.mjs'
1012
- '.github/workflows/javascript-lint.yaml'
1113
pull_request:
1214
branches: [ master ]
1315
paths:
1416
- '**/*.js'
15-
- '**/*.coffee'
17+
- '**/*.jsx'
18+
- '**/*.ts'
19+
- '**/*.tsx'
1620
- '**/*.mjs'
1721
- '.github/workflows/javascript-lint.yaml'
1822

coffeelint.json

Lines changed: 0 additions & 31 deletions
This file was deleted.

package-lock.json

Lines changed: 0 additions & 71 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@
4343
"@typescript-eslint/parser": "^8.34.1",
4444
"babel-loader": "^9.2.1",
4545
"classnames": "^2.5.1",
46-
"coffee-loader": "^0.9.0",
47-
"coffeescript": "^1.12.7",
4846
"css-loader": "^7.1.2",
4947
"eslint": "^8.56.0",
5048
"eslint-plugin-react": "^7.33.2",

0 commit comments

Comments
 (0)