Lucien Cartier-Tilet
c84aace663
langue.phundrak.com now runs using the `webdev` tool from Dart. Javascript code has been replaced with Dart code, and CSS code has been replaced with SCSS code. To run the project, execute `webdev serve` at the project’s root.
15 lines
434 B
YAML
15 lines
434 B
YAML
# Defines a default set of lint rules enforced for
|
|
# projects at Google. For details and rationale,
|
|
# see https://github.com/dart-lang/pedantic#enabled-lints.
|
|
include: package:pedantic/analysis_options.yaml
|
|
|
|
# For lint rules and documentation, see http://dart-lang.github.io/linter/lints.
|
|
# Uncomment to specify additional rules.
|
|
# linter:
|
|
# rules:
|
|
# - camel_case_types
|
|
|
|
analyzer:
|
|
# exclude:
|
|
# - path/to/excluded/files/**
|