Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

AtomLinter/linter-dartanalyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linter Dart (Inactive)

Please use the dartlang package instead

Provides linter support for Dart in Atom via dartanalyzer.

Installation

Just run apm install linter-dartanalyzer or install it from the settings view.

You must also have the Linter package installed. You can install that by running apm install linter or installing the linter package in the settings view.

Configuration

You must set in your config.cson file the path of your Dart SDK bin folder like so...

'linter-dartanalyzer':
  'dartanalyzerExecutablePath': 'C:\\Program Files\\dart-sdk\\bin'

Mine is on Windows so I have to escape the backslashes. If you're on Linux or Mac you don't need to do that.

About

Linter plug in for Dart in the Atom text editor

Resources

License

Stars

Watchers

Forks

Packages

No packages published