File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/kotlin/com/emberjs/hbs/linter/ember-template-lint Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import org.jdom.Element
1111
1212@State(name = " TemplateLintConfiguration" , storages = [Storage (" emberLinters/templatelint.xml" )])
1313class TemplateLintConfiguration (project : Project ) : JSLinterConfiguration<TemplateLintState>(project) {
14- private val myPackage: JSLinterPackage = JSLinterPackage (project, TemplateLintUtil .PACKAGE_NAME )
14+ private val myPackage: JSLinterPackage = JSLinterPackage (project, TemplateLintUtil .PACKAGE_NAME , true )
1515
1616 override fun loadPrivateSettings (state : TemplateLintState ): TemplateLintState {
1717 this .myPackage.readOrDetect()
@@ -25,7 +25,7 @@ class TemplateLintConfiguration(project: Project) : JSLinterConfiguration<Templa
2525 }
2626
2727 override fun savePrivateSettings (state : TemplateLintState ) {
28- this .myPackage.force(NodePackageRef .create(state.interpreterRef.referenceName ))
28+ this .myPackage.force(NodePackageRef .create(state.templateLintPackage ))
2929 }
3030
3131 override fun toXml (state : TemplateLintState ): Element ? {
You can’t perform that action at this time.
0 commit comments