Commit Graph

20 Commits

Author SHA1 Message Date
Daniel Freedman
a646aa6387 (chore): Prepare for switch to Jasmine expect
- Remove custom_typing for chai's `expect`
- Replace eslint mocha plugin and settings for jasmine equivalents
- Add jasmine typescript typings

Related #2437
2021-05-25 10:41:59 -07:00
Abhinay Omkar
f81b546d03
build: Remove additional lint checks to match internal lint (#1959)
* build: Remove additional lint checks to match internal lint

* fix missing es6 and mocha environment settings for eslint

Co-authored-by: Daniel Freedman <dfreedm@google.com>
2020-11-16 16:44:12 -08:00
Abhinay Omkar
7bafa899ed revert: build: Remove additional lint checks to match internal lint 2020-11-16 18:43:28 -05:00
Abhinay Omkar
e9a5d00c32 build: Remove additional lint checks to match internal lint 2020-11-16 18:42:25 -05:00
Abhinay Omkar
d7e5fcbe85
build: Remove extra lint checks to match internal 2020-09-30 17:42:44 -04:00
Abhinay Omkar
d26f2354f3
revert: build: Remove extra lint checks to match internal 2020-09-30 17:42:25 -04:00
Abhinay Omkar
89f3e3863d
build: Remove extra lint checks to match internal 2020-09-30 17:41:08 -04:00
Liz Mitchell
8604d59edb
chore: remove src folder from packages in GitHub (#1706)
* chore: remove src folder from packages in GitHub

* chore: add extra newline to button sass
2020-08-17 17:59:35 -07:00
Elliott Marquez
2159fdd9c1 update linter to not fight clang format 2020-01-15 13:04:17 -08:00
Alexander Marks
b0a28b4d4d Fixes from internal Google unit testing.
- Fix eslint errors.
- Fix lit-plugin errors.
- Fix implicit any errors with test elements.
- Replace "any" casts with "Internals" interface casts.
- Replace chai isEmpty and isOk calls since we are on 2.x internally and
  those functions don't exist.
- Replace all expect calls with assert calls so that we don't need to
  import both assertion styles.
2019-09-25 14:10:40 -07:00
Abdón Rodríguez Davila
bb1ad7f281 Extends ESLint from @typescript-eslint (#371) 2019-08-15 14:51:43 -07:00
Alexander Marks
0cdab7ef66
Merge pull request #338 from 43081j/lint-base
update eslint plugin
2019-07-31 15:07:00 -07:00
43081j
7ad76933fe add all base classes 2019-07-31 22:47:43 +01:00
43081j
4682f2aa14 update eslint plugins 2019-07-31 22:34:45 +01:00
Alexander Marks
0532c8d5b5 Fix eslint errors 2019-07-31 13:09:45 -07:00
43081j
dfed25a6fa introduce clang-format 2019-07-31 20:15:16 +01:00
43081j
e4af5ad063 introduce web component lint rules 2019-07-31 12:12:40 -07:00
43081j
7096f85f49 update eslint config 2019-07-31 12:12:40 -07:00
43081j
15e4edca01 introduce eslint deps 2019-07-31 12:12:40 -07:00
Steven Orvell
286d4733ce [first commit] lots of wip elements
These are WIP. Some known issues:
* select, chips, and textfield ripple not working
* many tests to be added
* some elements tbd, including e.g. top-app-bar and drawer
2018-04-25 19:20:55 -07:00