Class EslintJs
java.lang.Object
com.diffplug.spotless.maven.npm.AbstractNpmFormatterStepFactory
com.diffplug.spotless.maven.javascript.AbstractEslint
com.diffplug.spotless.maven.javascript.EslintJs
- All Implemented Interfaces:
FormatterStepFactory
-
Field Summary
Fields inherited from class com.diffplug.spotless.maven.javascript.AbstractEslint
configFile, configJs, devDependencies, devDependencyProperties, ERROR_MESSAGE_ONLY_ONE_CONFIG, eslintVersionFields inherited from class com.diffplug.spotless.maven.npm.AbstractNpmFormatterStepFactory
SPOTLESS_NPM_INSTALL_CACHE_DEFAULT_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected com.diffplug.spotless.npm.EslintConfigeslintConfig(FormatterStepConfig stepConfig) Methods inherited from class com.diffplug.spotless.maven.javascript.AbstractEslint
newFormatterStepMethods inherited from class com.diffplug.spotless.maven.npm.AbstractNpmFormatterStepFactory
baseDir, buildDir, cacheDir, moreThanOneNonNull, node, npm, npmPathResolver, npmrc, propertiesAsMapMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.diffplug.spotless.maven.FormatterStepFactory
init
-
Constructor Details
-
EslintJs
public EslintJs()
-
-
Method Details
-
eslintConfig
- Specified by:
eslintConfigin classAbstractEslint
-
createDefaultDependencies
- Specified by:
createDefaultDependenciesin classAbstractEslint
-