Skip to content

Commit

Permalink
camelcase files
Browse files Browse the repository at this point in the history
  • Loading branch information
uraniumanchor committed Dec 6, 2019
1 parent be6d707 commit 5ffa39f
Show file tree
Hide file tree
Showing 12 changed files with 3 additions and 10 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
webpack.config.js
karma.conf.js
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"plugins": ["@typescript-eslint"]
},
{
"files": ["**/*_spec.js", "**/*Spec.js", "spec/**"],
"files": ["**/*Spec.ts", "**/*Spec.tsx","**/*Spec.js", "spec/**"],
"env": {
"jasmine": true
},
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 1 addition & 9 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,8 @@ module.exports = function(config) {
flags: ['--no-sandbox'],
},
},
files: [
'bundles/init/index.js',
'bundles/**/*_spec.js',
'bundles/**/*Spec.js',
'bundles/**/*Spec.tsx',
'./spec/Suite.tsx',
],
files: ['bundles/**/*Spec.js', 'bundles/**/*Spec.tsx', './spec/Suite.tsx'],
preprocessors: {
'bundles/init/*.js': ['webpack'],
'bundles/**/*_spec.js': ['webpack'],
'bundles/**/*Spec.js': ['webpack'],
'bundles/**/*Spec.tsx': ['webpack'],
'./spec/Suite.tsx': ['webpack'],
Expand Down

0 comments on commit 5ffa39f

Please sign in to comment.