Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
RJiraya committed Dec 21, 2021
1 parent f32616b commit da902af
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 4 deletions.
12 changes: 12 additions & 0 deletions .run/lint.run.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="lint" type="js.build_tools.npm">
<package-json value="$PROJECT_DIR$/package.json"/>
<command value="run"/>
<scripts>
<script value="lint"/>
</scripts>
<node-interpreter value="project"/>
<envs/>
<method v="2"/>
</configuration>
</component>
12 changes: 12 additions & 0 deletions .run/start.run.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="start" type="js.build_tools.npm">
<package-json value="$PROJECT_DIR$/package.json"/>
<command value="run"/>
<scripts>
<script value="start"/>
</scripts>
<node-interpreter value="project"/>
<envs/>
<method v="2"/>
</configuration>
</component>
2 changes: 0 additions & 2 deletions projects/ngx-firebase-repository/src/e2e/path-param.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import { PathParam } from '@witty-services/ngx-repository';

describe('PathParam', () => {

});
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ export interface FirebaseResourceConfiguration extends FirebaseRepositoryParamCo
}

export function createFirebaseRepositoryConfiguration(params: ResourceConfiguration): FirebaseResourceConfiguration {
console.log(1.5, params['path']);

return {
findById: buildOperationParams(params, ['read', 'findById']),
findOne: buildOperationParams(params, ['read', 'findOne']),
Expand Down

0 comments on commit da902af

Please sign in to comment.